Skip to content

Commit

Permalink
Removing Model::$transaction as it did nothing. The property was adde…
Browse files Browse the repository at this point in the history
…d but never completed. Leaving the model property looking like it does something when in fact it does absolutely nothing. Refs #531
  • Loading branch information
markstory committed Apr 2, 2010
1 parent d058234 commit 44b216c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cake/libs/model/model.php
Expand Up @@ -178,14 +178,6 @@ class Model extends Overloadable {
*/
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
* caching only, the results are not stored beyond the current request.
Expand Down

0 comments on commit 44b216c

Please sign in to comment.