1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/manual/codes/Advanced components - Validators - Introduction.php
2006-10-10 16:15:43 +00:00

6 lines
113 B
PHP

<?php
// turning on validation
Doctrine_Manager::getInstance()->setAttribute(Doctrine::ATTR_VLD, true);
?>