Configuration - List of attributes.php 1.01 KB
Newer Older
1 2
    *  Doctrine::ATTR_LISTENER
    *  Doctrine::ATTR_FETCHMODE        = 2;
hansbrix's avatar
hansbrix committed
3

4
    *  Doctrine::ATTR_CACHE_DIR        = 3;
hansbrix's avatar
hansbrix committed
5

6
    *  Doctrine::ATTR_CACHE_TTL        = 4;
hansbrix's avatar
hansbrix committed
7

8
    *  Doctrine::ATTR_CACHE_SIZE       = 5;
hansbrix's avatar
hansbrix committed
9

10
    *  Doctrine::ATTR_CACHE_SLAM       = 6;
hansbrix's avatar
hansbrix committed
11

12
    *  Doctrine::ATTR_CACHE            = 7;
hansbrix's avatar
hansbrix committed
13

14
    *  Doctrine::ATTR_BATCH_SIZE       = 8;
hansbrix's avatar
hansbrix committed
15

16
    *  Doctrine::ATTR_PK_COLUMNS       = 9;
hansbrix's avatar
hansbrix committed
17 18 19
    /**
     * primary key type attribute
     */
20
    *  Doctrine::ATTR_PK_TYPE          = 10;
hansbrix's avatar
hansbrix committed
21 22 23
    /**
     * locking attribute
     */
24
    *  Doctrine::ATTR_LOCKMODE         = 11;
hansbrix's avatar
hansbrix committed
25 26 27
    /**
     * validatate attribute
     */
28
    *  Doctrine::ATTR_VLD              = 12;
hansbrix's avatar
hansbrix committed
29 30 31
    /**
     * name prefix attribute
     */
32
    *  Doctrine::ATTR_NAME_PREFIX      = 13;
hansbrix's avatar
hansbrix committed
33 34 35
    /**
     * create tables attribute
     */
36
    *  Doctrine::ATTR_CREATE_TABLES    = 14;
hansbrix's avatar
hansbrix committed
37 38 39
    /**
     * collection key attribute
     */
40
    *  Doctrine::ATTR_COLL_KEY         = 15;
hansbrix's avatar
hansbrix committed
41 42 43
    /** 
     * collection limit attribute
     */
44
    *  Doctrine::ATTR_COLL_LIMIT       = 16;