예제 #1
0
파일: Base.php 프로젝트: supremacia/frame
 function __construct()
 {
     $this->db = new Data\Db(Database::get());
 }