Show
Ignore:
Timestamp:
06/05/08 20:01:58 (7 months ago)
Author:
romanb
Message:

Refactorings and initial commit/draft of new event handling / configuration / bootstrapping. Still need to remove all the static EntityManagerFactory::getManager lookup calls from the Production classes. The production classes need to have access to the EntityManager? of the Query that constructed the Parser. It should be injected into the Parser during construction.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r4375 r4470  
    3131 * @since       1.0 
    3232 * @version     $Revision$ 
     33 * @todo Remove all the constants, attributes to the new attribute system, 
     34 *       All methods to separate classes. 
    3335 */ 
    3436final class Doctrine 
     
    184186    const ATTR_DECIMAL_PLACES           = 141; // manager/session attribute 
    185187    const ATTR_PORTABILITY              = 106; // manager/session attribute 
    186     const ATTR_VALIDATE                 = 107; // manager/session attribute 
    187188    const ATTR_COLL_KEY                 = 108; // class attribute 
    188189    const ATTR_QUERY_LIMIT              = 109; // manager/session attribute 
     
    198199    const ATTR_CREATE_TABLES            = 122; // manager/session attribute 
    199200    const ATTR_COLL_LIMIT               = 123; // manager/session attribute 
    200     const ATTR_CACHE                    = 150; // deprecated 
    201201    const ATTR_RESULT_CACHE             = 150; // manager/session attribute 
    202     const ATTR_CACHE_LIFESPAN           = 151; // deprecated 
    203202    const ATTR_RESULT_CACHE_LIFESPAN    = 151; // manager/session attribute 
    204203    const ATTR_LOAD_REFERENCES          = 153; // class attribute