Configuration Routing struct controller model test migrator migration tabledefinition
Returns the mapper object used to configure your application's routes. Usually you will use this method in config/routes.cfm to start chaining route mapping methods like resources, namespace, etc.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| restful | boolean | No | true | Whether to turn on RESTful routing or not. Not recommended to set. Will probably be removed in a future version of wheels, as RESTful routes are the default. |
| methods | boolean | No | [runtime expression] | If not RESTful, then specify allowed routes. Not recommended to set. Will probably be removed in a future version of wheels, as RESTful routes are the default. |
| mapFormat | boolean | No | true | This is useful for providing formats via URL like json, xml, pdf, etc. Set to false to disable automatic .[format] generation for resource based routes |