コード例 #1
0
ファイル: App.php プロジェクト: beenlee/framework
 protected function __construct()
 {
     // $this -> _autoload();
     Storage::getSession()->start();
     $this->_request = new Request();
 }