cakephp2-php8/cake/libs/view
phpnut 8be685504e Adding ability to disable specific form data fields from being added to the validation key.
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
2007-05-02 02:31:06 +00:00
..
helpers Adding ability to disable specific form data fields from being added to the validation key. 2007-05-02 02:31:06 +00:00
templates Adding form security enhancements. 2007-05-01 08:56:02 +00:00
helper.php Reverting changes in last commit 2007-05-01 15:17:27 +00:00
theme.php fixing theme view layout and element paths #2388 2007-04-29 17:51:38 +00:00
view.php Adding fix for #2428 fixes View::renderElement() behavior with multiple view paths 2007-04-29 03:33:37 +00:00