| Auth |
|
| Defaults |
If not overridden, specify some defaults. |
| JSON |
JSON related methods. |
| Mailer |
Trait to add a Mail template view with optional language-specific
features if we're also using the Messages trait. |
| Messages |
A Trait that handles translatable text strings, status messages,
and adds the HTML template handler for Views (also with translatable text.) |
| ModelConf |
A trait that adds model configuration to your controllers. |
| Resources |
Adds Resource Management for CSS, Stylesheets, etc. |
| UserAuth |
A Controller Trait for User authentication. |
| UserValidation |
Ensure the current user is valid. |
| ViewData |
Adds an array-like interface to your controller for easier
handling of View template data. |