예제 #1
0
파일: Model.class.php 프로젝트: kumfo/YYphp
 public function __construct($table = null)
 {
     $this->db = DbFactory::getDriver();
     $this->db->table = $this->table ? $this->table : $table;
 }