cakephp2-php8/cake/libs/model
Joël Perras 199a14f3be Updating Model::exists() to be more side-effect free.
Model::exists() no longer monkeys with the internal state of
Model::$__exists. The optional $reset parameter has also been removed,
as it is no longer needed.
2010-01-14 16:47:08 -05:00
..
behaviors Adding php5 check to avoid errors when using __get() or __isset() methods in models 2010-01-13 12:57:41 -04:30
datasources Removing use of subclass method 'fullTableName()' in Datasource superclass. Fixes #100. 2010-01-13 23:19:10 -05:00
app_model.php Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
cake_schema.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
connection_manager.php Fixing compatibility in ConnectionManager with php4. Fixes #187 2010-01-11 09:48:53 -05:00
db_acl.php Removing "Long description for file" from /cake/libs tree. 2009-12-08 20:19:02 +11:00
model.php Updating Model::exists() to be more side-effect free. 2010-01-14 16:47:08 -05:00
model_behavior.php Replacing duplicated code with pluginSplit(). 2009-11-15 19:55:20 -05:00