コード例 #1
0
ファイル: Controller.php プロジェクト: gilad1987/picabo
 public function __construct()
 {
     $this->_http = App_Http::getInstance();
     $this->_view = App_View::getInstance();
     $this->_view->js = array();
     $this->_view->css = array();
 }