PHPulse News
Brought to you by:
geezo
As of 3.1, we have added support for a callbacks in the action class supported through the model for easy calling of user accessible functions through a function called 'getter' and 'setter'. These functions are accessed the same way but perform slightly different. The plus is that they provide an easy to understand and universal way to access all functions without having to do it through a dependency injected object or other methodology.
We have also fixed a few bugs, added logging, and added simplified filter_input capabilities to provide one-point filtering capability for your inputs.