cakephp2-php8/lib/Cake/Model/Datasource
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
..
Database Fix missing field identifier quoting for COUNT(DISTINCT in SQLServer. 2018-01-09 17:01:00 -05:00
Session Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
CakeSession.php When the PHP version is 7.2 or higher ini_set('session.save_handler', 'user') can't be executed, so delete. 2018-01-17 02:30:04 +09:00
DataSource.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
DboSource.php 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