Show
Ignore:
Timestamp:
04/30/08 16:02:20 (23 months ago)
Author:
jwage
Message:

Added attribute for singularizing when importing from existing databases. On by default but can be turned off at the manager or connection level.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine.php

    r4306 r4317  
    195195    const ATTR_MODEL_LOADING            = 161; 
    196196    const ATTR_RECURSIVE_MERGE_FIXTURES = 162; 
     197    const ATTR_SINGULARIZE_IMPORT       = 163; 
    197198 
    198199    /**