Example #1
0
 /**
  * 开始
  * 
  */
 public function run()
 {
     if ('rewrite' == $this->_router->getRouteType()) {
         $this->uriToParams($this->_router->getUriArray());
     }
     $this->dispatch();
 }