Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $frontRouter[] = new Route('<presenter pruvodce|guide>[/<action>][/<id>]', array(
- 'presenter' => array(
- Route::VALUE => 'Page',
- Route::FILTER_TABLE => array(
- // řetězec v URL => presenter
- 'pruvodce' => 'Guide',
- ),
- ),
- 'action' => array(
- Route::VALUE => 'default',
- Route::FILTER_TABLE => array(
- // řetězec v URL => akce
- 'krok2' => 'step2',
- 'krok3' => 'step3',
- 'krok4' => 'step4',
- ),
- ),
- 'id' => NULL,
- ));
Advertisement
Add Comment
Please, Sign In to add comment