mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 20:46:24 +00:00
![]() 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. |
||
---|---|---|
.. | ||
behaviors | ||
datasources | ||
cake_schema.test.php | ||
connection_manager.test.php | ||
db_acl.test.php | ||
model.test.php | ||
model_behavior.test.php | ||
model_delete.test.php | ||
model_integration.test.php | ||
model_read.test.php | ||
model_validation.test.php | ||
model_write.test.php | ||
models.php |