cakephp2-php8/cake/libs/model
Joël Perras adb0c809a0 Refactoring Model::exists() to be independent of Model::$useTable. Fixes #199.
Model::exists() now makes no check whatsoever on the value of
Model::$useTable. This means that, as with a database-backed dbo,
Model::exists() will call Model::find('count') (which in turn calls
DataSource::read()) to determine if the record identified by Model::$id
already exists in the datasource.
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 Refactoring Model::exists() to be independent of Model::$useTable. Fixes #199. 2010-01-14 16:47:08 -05:00
model_behavior.php Replacing duplicated code with pluginSplit(). 2009-11-15 19:55:20 -05:00