ZF-12364: Sum column in dependent rowset
Description
We have an simplest funcion called count() when we use findDependentRowset, but we don't have any method for sum one column.
I Have think about it, some thing like:
$produto->findDependentRowset("Admin_Model_Estoques")->sum("quantidade")
Thank you
Comments
No comments to display