1
0
mirror of synced 2025-01-17 22:11:41 +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
*/
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