Example #1
0
 public function createRouter()
 {
     $this->c_router->add_preg(hook()->apply("Router_createRouter", $this->createPregList()));
     //$this->c_router->add_preg('/^picture-([1-9]{1}[0-9]*)\.html$/', 'Show/picture/[1]');
     //$this->c_router->add_preg('/^picture-([1-9]{1}[0-9]*)-p([1-9]{1}[0-9]*)\.html$/', 'Show/picture/[1]/[2]');
 }