cakephp2-php8/lib/Cake/Model
kolorafa 22d2564de9 msSQL - also handle offset as string
When doing pagination you could get offset not as a int(eg. 10) but string(eg. "10") and it will not paginate at all.

For example DataTables plugin pass offset from params and all params from http request are strings wrapped in numbers.
Adding ctype_digit($offset) will also check the case.
2017-10-05 11:45:33 +02:00
..
Behavior Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
Datasource msSQL - also handle offset as string 2017-10-05 11:45:33 +02:00
Validator Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
AclNode.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Aco.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
AcoAction.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Aro.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
BehaviorCollection.php Fix delete space, restored return 2017-10-04 21:02:48 +09:00
CakeSchema.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
ConnectionManager.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
I18nModel.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Model.php Revert "Takes into account the current recursive value in deleteAll()." 2017-07-24 00:09:01 -04:00
ModelBehavior.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ModelValidator.php Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
Permission.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00