示例#1
0
 public function getDb()
 {
     // return $this -> getApp() -> getDb();
     return Storage::getDao();
 }
示例#2
0
文件: App.php 项目: beenlee/framework
 protected function __construct()
 {
     // $this -> _autoload();
     Storage::getSession()->start();
     $this->_request = new Request();
 }