コード例 #1
0
ファイル: Base.php プロジェクト: supremacia/frame
 function __construct()
 {
     $this->db = new Data\Db(Database::get());
 }