Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $frontRouter[] = new Route('[!<lang=cs [a-z]{2}>/]<id [0-9]+>', array(
- 'presenter' => 'Pages',
- 'action' => 'default',
- 'id' => array(
- Route::FILTER_IN => callback($container->modelLoader->pages, 'getIdByUrl'),
- Route::FILTER_OUT => callback($container->modelLoader->pages, 'getUrlById'),
- )));
- $frontRouter[] = new Route('[!<lang=cs [a-z]{2}>/]<presenter>[/<action>][/<id [0-9]+>]', 'Homepage:default');
Advertisement
Add Comment
Please, Sign In to add comment