<?php
// turning on validation

Doctrine_Manager::getInstance()->setAttribute(Doctrine::ATTR_VLD, true);
?>