1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/manual/docs/Configuration - Setting attributes - Session lockmode.php

7 lines
138 B
PHP
Raw Normal View History

<code type="php">
// setting default lockmode
$manager->setAttribute(Doctrine::ATTR_LOCKMODE, Doctrine::LOCK_PESSIMISTIC);
</code>