Guest User

Untitled

a guest
Jan 13th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $router->setRoutes(array(
  2. 'en' => array(
  3. 'type' => 'regex',
  4. 'options' => array('regex' => '(?:/(?<locale>en|nl))?', 'spec' => '/%locale%'),
  5. 'routes' => $router->routes()
  6. )
  7. ));
Add Comment
Please, Sign In to add comment