Changeset 1056

Show
Ignore:
Timestamp:
11/20/07 19:13:26 (9 months ago)
Author:
mikey
Message:

allowed injection

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/rdbms/persistence/stubDefaultEntityManager.php

    r1053 r1056  
    77 * @subpackage  rdbms_persistence 
    88 */ 
    9 stubClassLoader::load('net.stubbles.rdbms.persistence.stubEntityManager'); 
     9stubClassLoader::load('net.stubbles.rdbms.stubDatabaseConnection', 
     10                      'net.stubbles.rdbms.persistence.stubEntityManager' 
     11); 
    1012/** 
    1113 * Default implementation of an entity manager to hide the classes that do the real work. 
     
    2729     * 
    2830     * @param  stubDatabaseConnection  $connection 
     31     * @Inject() 
    2932     */ 
    3033    public function __construct(stubDatabaseConnection $connection)