HosipLan

Untitled

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