Dispatch
The Dispatch module is a simple, delegating URL dispatcher. It's job is to take the original request URI (before it was rewritten to some PHP file) and use routes defined by the developer to decide on a controller to send the request to.
Configuration
- csf.dispatch.controller_dir
- Directory containing the controller classes
- csf.dispatch.controller_prefix (default: '')
- Prefix to the controller name to get the class name
- csf.dispatch.routes
- URL routes
- csf.dispatch.template_404
- Error 404 template
Last modified June 29th, 2008 at 12:47 a.m.