Hi there, i'm wondering how to add module 'on the fly' regarding configuration. For example load MongoDb modules or Doctrine modules depending on zfc_user_entity_class.
if zfc_user_entity_class=='Membre\Entity\Membre' then Load DoctrineModules else if zfc_user_entity_class=='Membre\Document\Membre' Load MongoDbModules -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-Enable-additional-modules-in-local-development-environment-tp4657754p4659879.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
