mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
8be685504e
Example of using this would be javascript that changes hidden fields, adding additional fields added using javascript, etc. This is set in a Controller::beforeFilter(). Example usage: {{{ $this->Security->disabledFields = array('fieldname', 'additional fields'); $this->Security->disabledFields = array('Model.fieldname', 'OtherModel.fieldname'); }}} git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4978 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
.. | ||
components | ||
component.php | ||
controller.php | ||
pages_controller.php | ||
scaffold.php |