1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/docs/Advanced components - Validators - Validating transactions.php

6 lines
359 B
PHP
Raw Normal View History

2006-07-24 01:08:06 +04:00
When the validation attribute is set as true all transactions will be validated, so whenever Doctrine_Record::save(),
2006-08-22 02:55:11 +04:00
Doctrine_Connection::flush() or any other saving method is used all the properties of all records in that transaction will have their values
2006-07-24 01:08:06 +04:00
validated.
<br \><br \>
Validation errors are being stacked into Doctrine_Validator_Exception.