コード例 #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(), '/');
 }