Cakephp

How to do a quick number count of a list in Cakephp

cakephp count list entries


How to do a quick number count of a list in Cakephp

As documented in http://book.cakephp.org/2.0/en/models/retrieving-your-data.html

$totalUsers = $this->User->find('count', array('conditions'=>array('User.email' => $email)));

Published: 1st June 2016 by

Adverts