Skip to content

Instantly share code, notes, and snippets.

@tomshaw
Created January 11, 2012 02:46
Show Gist options
  • Save tomshaw/1592664 to your computer and use it in GitHub Desktop.
Save tomshaw/1592664 to your computer and use it in GitHub Desktop.
Zend Router Route
; A fun route access /install by /setup
resources.router.routes.install.type = "Zend_Controller_Router_Route_Static"
resources.router.routes.install.route = "setup"
resources.router.routes.install.defaults.module = "install"
resources.router.routes.install.defaults.controller = "index"
resources.router.routes.install.defaults.action = "index"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment