Show
Ignore:
Timestamp:
12/06/07 19:02:29 (13 months ago)
Author:
romanb
Message:

Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3308 r3311  
    192192    const ATTR_QUERY_CACHE              = 157; 
    193193    const ATTR_QUERY_CACHE_LIFESPAN     = 158; 
     194    const ATTR_AUTOLOAD_TABLE_CLASSES   = 160; 
    194195 
    195196    /**