mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Removing Model::$transaction as it did nothing. The property was added but never completed. Leaving the model property looking like it does something when in fact it does absolutely nothing. Refs #531
This commit is contained in:
parent
d058234c1c
commit
44b216cec3
1 changed files with 0 additions and 8 deletions
|
@ -178,14 +178,6 @@ class Model extends Overloadable {
|
||||||
*/
|
*/
|
||||||
var $logTransactions = false;
|
var $logTransactions = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether or not to enable transactions for this model (i.e. BEGIN/COMMIT/ROLLBACK statements)
|
|
||||||
*
|
|
||||||
* @var boolean
|
|
||||||
* @access public
|
|
||||||
*/
|
|
||||||
var $transactional = false;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether or not to cache queries for this model. This enables in-memory
|
* Whether or not to cache queries for this model. This enables in-memory
|
||||||
* caching only, the results are not stored beyond the current request.
|
* caching only, the results are not stored beyond the current request.
|
||||||
|
|
Loading…
Add table
Reference in a new issue