예제 #1
0
파일: Base.php 프로젝트: beenlee/framework
 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();
 }