cakephp2-php8/lib/Cake/Model
mark_story 2096d3f632 Clamp limit values to be unsigned integers.
This solves large page numbers potentially turning into scientific
notation when being formatted into queries. It also further safeguards
against SQL manipulation.

Refs #GH-1263
2013-05-02 22:36:50 -04:00
..
Behavior Second parameter of ClassRegistry::init() is a boolean, not a string 2013-04-22 14:06:30 +08:00
Datasource Clamp limit values to be unsigned integers. 2013-05-02 22:36:50 -04:00
Validator Fix typos 2013-03-05 00:05:14 -07:00
AclNode.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Aco.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AcoAction.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Aro.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
BehaviorCollection.php Fixing behavior prioritizing 2013-02-24 22:52:31 +05:30
CakeSchema.php better with strict comparison 2013-03-01 15:51:15 +01:00
ConnectionManager.php Re-assign $db after beforeSave. 2013-04-21 21:15:44 -04:00
I18nModel.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Model.php Re-assign $db after beforeSave. 2013-04-21 21:15:44 -04:00
ModelBehavior.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ModelValidator.php Fix typos 2013-03-05 00:05:14 -07:00
Permission.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00