Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- moduly appky
- CustomerAdminModule
- CustomerAdminModule\ToolsModule
- CustomerAdminModule\SettingsModule
- CustomerAdminModule\CustomersModule
- v kazde sekci nekolik presenteru
- routa:
- $container->router[] = $frontRouter = new RouteList('CustomerAdmin');
- $frontRouter[] = new Route('//[<test test|NULL>.]customer.qopshop.qop/[<lang=cs [a-z][a-z]>/]<presenter>/<action>[/<id>]', 'Homepage:default');
- dela adresy
- http://test.customer.qopshop.qop/tools.export/
- http://test.customer.qopshop.qop/en/tools.export/
- chci
- http://test.customer.qopshop.qop/tools/export/
- http://test.customer.qopshop.qop/en/tools/export/
- nefunguje:
- $frontRouter[] = new Route('//[<test test|NULL>.]customer.qopshop.qop/[<lang=cs [a-z][a-z]>/][<module>/]<presenter>/<action>[/<id>]', 'Homepage:default');
- $frontRouter[] = new Route('//[<test test|NULL>.]customer.qopshop.qop/[<lang=cs [a-z][a-z]>/][<module>/]<presenter>/<action>[/<id>]', array("module" => NULL, "presenter" => "Homepage", "action" => "default"));
Advertisement
Add Comment
Please, Sign In to add comment