-
Find where field is not null in cakephp
over 9 years ago
-
over 8 years ago
$this->User->find('all', array( 'conditions' => array('not' => array('User.email' => null)) ));
-
over 9 years ago
over 8 years ago
$this->User->find('all', array( 'conditions' => array('not' => array('User.email' => null)) ));
1 Comment(s)