Esempio n. 1
0
 public function getDb()
 {
     // return $this -> getApp() -> getDb();
     return Storage::getDao();
 }
Esempio n. 2
0
 protected function __construct()
 {
     // $this -> _autoload();
     Storage::getSession()->start();
     $this->_request = new Request();
 }