示例#1
0
文件: Base.php 项目: supremacia/frame
 function __construct()
 {
     $this->db = new Data\Db(Database::get());
 }