示例#1
0
 /**
  * Get number of rows in result
  * 
  * @return int
  *   The number of rows in a result set on success & return false for failure
  */
 public function num_rows()
 {
     return $this->dbObj->num_rows($this->query);
 }