Hello,
Is there a way to use Doctrine 2 Module without MVC? Lets say I have
ModuleManager and listeners to configure ServiceManager and add
configurations, and I need to load Doctrine 2 and start to use it e.g:

$mm->loadModules();
$em = $sm->get("doctrine.entitymanager.orm_default")

Thank you.



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Doctrine-2-module-is-tight-to-MVC-tp4659346.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to