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