6 lines
102 B
PHP
6 lines
102 B
PHP
<?php
|
|
// turns transactional validation on
|
|
|
|
$manager->setAttribute(Doctrine::ATTR_VLD, true);
|
|
?>
|