Beispiel #1
0
 public function count_all_results($sql = '')
 {
     parent::get($sql);
     return $this->query->num_rows;
 }
Beispiel #2
0
 public function __construct($options = array())
 {
     parent::__construct($options);
     //$this->_connect();
 }