예제 #1
0
파일: Router.php 프로젝트: hubs/yuncms
 /**
  * (non-PHPdoc)
  *
  * @see Base_Router::_initialize()
  */
 public function _initialize()
 {
     $this->_config = C('router', 'command');
     $this->_pathinfo = trim(Base_Request::parse_cli_args(), '/');
 }