Exemplo n.º 1
0
 public function count_all_results($sql = '')
 {
     parent::get($sql);
     return $this->query->num_rows;
 }
Exemplo n.º 2
0
Arquivo: mysql.php Projeto: soanni/mvc
 public function __construct($options = array())
 {
     parent::__construct($options);
     //$this->_connect();
 }