예제 #1
0
파일: testclasses.php 프로젝트: bmdevel/ezc
 function createRoutes()
 {
     $simple = new testSimpleRouter($this->request);
     $routes = testSimpleRouter::prefix('@^blog/@', $simple->createRoutes());
     return $routes;
 }