Ejemplo n.º 1
0
 /**
  * (non-PHPdoc)
  *
  * @see Base_Router::_initialize()
  */
 public function _initialize()
 {
     $this->_config = C('router', 'command');
     $this->_pathinfo = trim(Base_Request::parse_cli_args(), '/');
 }