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