Guest User

Untitled

a guest
Oct 1st, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. moduly appky
  2. CustomerAdminModule
  3. CustomerAdminModule\ToolsModule
  4. CustomerAdminModule\SettingsModule
  5. CustomerAdminModule\CustomersModule
  6.  
  7. v kazde sekci nekolik presenteru
  8.  
  9. routa:
  10. $container->router[] = $frontRouter = new RouteList('CustomerAdmin');
  11. $frontRouter[] = new Route('//[<test test|NULL>.]customer.qopshop.qop/[<lang=cs [a-z][a-z]>/]<presenter>/<action>[/<id>]', 'Homepage:default');
  12. dela adresy
  13. http://test.customer.qopshop.qop/tools.export/
  14. http://test.customer.qopshop.qop/en/tools.export/
  15.  
  16. chci
  17. http://test.customer.qopshop.qop/tools/export/
  18. http://test.customer.qopshop.qop/en/tools/export/
  19.  
  20. nefunguje:
  21. $frontRouter[] = new Route('//[<test test|NULL>.]customer.qopshop.qop/[<lang=cs [a-z][a-z]>/][<module>/]<presenter>/<action>[/<id>]', 'Homepage:default');
  22. $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