Show
Ignore:
Timestamp:
11/01/07 22:52:40 (14 months ago)
Author:
zYne
Message:

added possibility for setting user-defined params

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3048 r3055  
    177177    const ATTR_DEFAULT_SEQUENCE     = 133; 
    178178 
    179     const ATTR_FETCHMODE            = 118; 
    180     const ATTR_NAME_PREFIX          = 121; 
    181     const ATTR_CREATE_TABLES        = 122; 
    182     const ATTR_COLL_LIMIT           = 123; 
    183  
    184     const ATTR_CACHE                = 150; 
    185     const ATTR_CACHE_LIFESPAN       = 151; 
    186     const ATTR_LOAD_REFERENCES      = 153; 
    187     const ATTR_RECORD_LISTENER      = 154; 
    188     const ATTR_THROW_EXCEPTIONS     = 155; 
     179    const ATTR_FETCHMODE                = 118; 
     180    const ATTR_NAME_PREFIX              = 121; 
     181    const ATTR_CREATE_TABLES            = 122; 
     182    const ATTR_COLL_LIMIT               = 123; 
     183 
     184    const ATTR_CACHE                    = 150; 
     185    const ATTR_CACHE_LIFESPAN           = 151; 
     186    const ATTR_LOAD_REFERENCES          = 153; 
     187    const ATTR_RECORD_LISTENER          = 154; 
     188    const ATTR_THROW_EXCEPTIONS         = 155; 
     189    const ATTR_DEFAULT_PARAM_NAMESPACE  = 156; 
    189190 
    190191    /**