Guest User

Untitled

a guest
May 24th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. 3 >------<!---
  2. 4 >----->-------Routes are custom URI endpoints that do not correspond to a logical page. These
  3. 5 >----->-------are paths that allow you to access a module/controller/action triplet directly a
  4. 6 >----->-------are a replacement for our "processing" pages.
  5. 7 -->----->-------
  6. 8 >----->-------Example:
  7. 9 >----->------- <route name="" type="static | regex" pattern=":page/*" enabled="true | false" a
  8. 10 >----- >------>-------<defaults module="page" controller="index" action="index" />
  9. 11 >----- >------>-------<map name="index" />
  10. 12 >----- >------</route>
  11. 13 >----- -->
Add Comment
Please, Sign In to add comment