cakephp2-php8/cake/libs/model
Martin Radosta 64adfacd3e Making DboSource::order() accept an expression object. Fixes issues with
sql parsing over quoting special SQL syntax. Tests added.  Fixes #747

Signed-off-by: mark_story <mark@mark-story.com>
2010-05-25 23:07:29 -04:00
..
behaviors Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
datasources Making DboSource::order() accept an expression object. Fixes issues with 2010-05-25 23:07:29 -04:00
app_model.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
cake_schema.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
connection_manager.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
db_acl.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
model.php Fixing issue where id = null could cause SQL errors when saving more than one record with a null id. Fixes #675 2010-05-11 22:40:56 -04:00
model_behavior.php Fixing issues where ModelBehavior::detach() would not detach behaviors when a plugin.name was provided. This change makes detach() work like attach(). Tests added. Fixes #711 2010-05-11 23:08:14 -04:00