예제 #1
0
 public function count_all_results($sql = '')
 {
     parent::get($sql);
     return $this->query->num_rows;
 }
예제 #2
0
파일: mysql.php 프로젝트: soanni/mvc
 public function __construct($options = array())
 {
     parent::__construct($options);
     //$this->_connect();
 }