Exemplo n.º 1
0
 /**
  * 运行初始化程序
  * 本实例运行单请求,简单路由功能
  */
 public function execute($plugins)
 {
     $myPlugins = array('Leb_Request' => array(), 'Leb_Dispatcher' => array());
     // MVC 完毕
     $result = parent::execute($myPlugins);
     return $result;
 }