Configuration - Setting attributes - Validation.php 115 Bytes
Newer Older
1

hansbrix's avatar
hansbrix committed
2 3 4 5 6
<code type="php">
// turns transactional validation on

$manager->setAttribute(Doctrine::ATTR_VLD, true);
</code>