cakephp2-php8/lib/Cake/Model
Trent Renshaw adefb973aa Replaced is_array() check and set of $keys in array with cast to array of $keys in array_filter()
Replaced assignment of $key and $dir through list() with each() with simply key() and current() per tenkoma's suggestion. Resolves # 11827

each() advances the pointer similar to next() but is being negated this particular case by array_shift() which resets the pointer
2018-05-31 15:46:28 +10:00
..
Behavior Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
Datasource Replaced is_array() check and set of $keys in array with cast to array of $keys in array_filter() 2018-05-31 15:46:28 +10: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 Fix CS 2017-12-04 23:31:32 +09:00
ModelBehavior.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ModelValidator.php Don't break on removing a non-existing rule 2018-03-09 16:51:08 +01:00
Permission.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00