Exemple #1
0
 public function Start()
 {
     $this->request_method = strtoupper($_SERVER['REQUEST_METHOD']);
     $url = '';
     if (isset($_GET['__dispatch__'])) {
         $url = $_GET['__dispatch__'];
     }
     $this->url_input = $this->_TokenizeURL($url);
     parent::Start();
 }
Exemple #2
0
 public function Start()
 {
     $this->cli_input = $this->_ParseArguments($this->argv);
     parent::Start();
 }