Esempio n. 1
0
 /**
  * Creates new instance of http application.
  */
 protected function __construct()
 {
     parent::__construct();
 }
 /**
  * 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());
 }