Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $front[] = new Locale\Route("[!<presenter>/]<page .+>", array(
- "presenter" => array(
- Locale\Route::VALUE => "Static",
- Locale\Route::TRANSLATION_TABLE => array(
- 'cs' => array(
- "stranka" => "Static",
- ),
- 'sk' => array(
- "stranka" => "Static",
- ),
- 'en' => array(
- "page" => "Static",
- )
- ),
- ),
- 'action' => 'default',
- 'page' => array(
- Locale\Route::FILTER_IN => [$this, 'existsPage'], # v téhle metodě se sahá na databázi
- Locale\Route::FILTER_OUT => [$this, 'existsPage'],
- ),
- ), $flags);
Advertisement
Add Comment
Please, Sign In to add comment