get number of results of a query with the bank using cakephp

0

I want to loop to display the results of a database query, and get the number of results found in the query. I'm using cakephp. Does it have any function that does the same thing as mysqli_num_rows ?

    
asked by anonymous 22.12.2014 / 19:33

1 answer

1

Try using the "count ()" of the ResultSet object

link

    
22.12.2014 / 19:41