예제 #1
0
파일: App.php 프로젝트: beenlee/framework
 protected function __construct()
 {
     // $this -> _autoload();
     Storage::getSession()->start();
     $this->_request = new Request();
 }