Lines Matching refs:num_rows
107 if ( $this->database->num_rows() != 1 ) {
118 if ( $this->database->num_rows() >= count($sqlStatement['fields']) ) {
181 if ( $this->database->num_rows() == 0 ) {
186 if ( $this->database->num_rows() > 0 ) {
207 if ( $this->database->num_rows() > 0 ) {
253 if ( $this->database->num_rows() == 0 ) {
379 if ( $this->database->num_rows() > 0 ) {
442 if ( $this->database->num_rows() == 0 ) {
571 return $this->database->num_rows();
719 $max = $this->database->num_rows();
727 if ( $this->database->num_rows() == 0 ) {
764 if ( $this->database->num_rows() == 0) {
1078 return $this->database->num_rows();