2009/9/11 keith Pope <[email protected]>: > Hi, > > I am just having a look at Zend_Entity, I was wondering how it handles > object/entity instantiation, having a look through the code the > Zend_Db_Mapper_Loader_LoaderAbstract has a createEntity() method which > instantiates the entity. Is it planned that we will be able to > override this and provide custom instantiation code/loaders for the > entity manager? I am coming from the angle that it would be nice to be > able to inject a DI container into the manager, maybe I am thinking > about it wrong? > > Other than that the docs were really good and I was able to get > everything working very quickly, good work :) > > Thx > > Keith >
Another bit of feedback.... When creating the Mappings from the metadata it would be nice if you could specifiy either multiple paths or add more than one Zend_Entity_MetadataFactory_Code to the create method. This way we can have module specific metadata and load it via a boostrap class resource.
