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