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 ?
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 ?