コード例 #1
0
ファイル: httpapplication.php プロジェクト: rasuldev/torino
 /**
  * Creates new instance of http application.
  */
 protected function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 /**
  * Creates new instance of http application.
  */
 protected function __construct()
 {
     parent::__construct();
     $this->arInputParameters = array("get" => array(), "post" => array(), "files" => array(), "cookie" => array(), "server" => array(), "env" => array());
 }