cakephp2-php8/lib/Cake/Model/Datasource
mark_story 43df8d34e7 Use String::tokenize() to split up fields.
It is slightly more intelligent than explode()
Solves basic problems in Sqlite with virtualFields.

Fixes #2163
2011-10-26 21:17:20 -04:00
..
Database Use String::tokenize() to split up fields. 2011-10-26 21:17:20 -04:00
Session Fixing undefined variable reference. 2011-10-09 22:34:59 -04:00
CakeSession.php Changed methods and attributes from private to protected. 2011-08-20 00:43:34 -04:00
DataSource.php Merge remote-tracking branch 'origin/1.3' into merger 2011-10-06 21:06:40 -04:00
DboSource.php Prevent unneeded afterFind callback triggering on associated models. Fixes #2057 2011-10-26 19:36:32 +05:30