<?php
// turns transactional validation on

$manager->setAttribute(Doctrine::ATTR_VLD, true);
?>