Is there a Rows property for a Zend_Db object?

Looking for a property that will give me the number of rows returned in the query.

-1


a source to share


1 answer


$ rowset-> count () - or count ($ rowset);



+6


a source







All Articles