Root/
1 2 3 4 5 6 7 8 9 10 | <?php return array ( array ( 'regex' => '#^/hello/$#' , 'base' => '' , 'priority' => 4, 'model' => 'Hello_Views' , 'method' => 'hello' ) ); |