cakephp2-php8/lib/Cake/Model/Datasource
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
..
Database msSQL - also handle offset as string 2017-10-05 11:45:33 +02:00
Session Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
CakeSession.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
DataSource.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
DboSource.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00