1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
This commit is contained in:
zYne 2007-09-02 20:18:41 +00:00
parent c27b982d20
commit e73f9fe5ec

View file

@ -339,8 +339,21 @@ final class Doctrine
/** /**
* export all * export all
*/ */
const EXPORT_ALL = 3; const EXPORT_ALL = 4;
/**
* VALIDATION CONSTANTS
*/
const VALIDATE_NONE = 0;
const VALIDATE_LENGTHS = 1;
const VALIDATE_TYPES = 2;
const VALIDATE_CONSTRAINTS = 4;
const VALIDATE_ALL = 5;
/** /**
* constant for auto_increment identifier * constant for auto_increment identifier