ZF2 access to database connection in external classes

this is my first post at StackOverflow :)I just can't solve this issue in Zend Framework 2. In my new Zend2 application I am using some external libraries from my previous (not-zend) project packed into a module. And I need to access to the Zend's database connection within those libraries. I read some posts, including http://norm.al/2012/07/20/zf2-sharing-db-connection/ and http://stackoverflow.com/questions/...d-db-adapter-instance-from-within-a-model-zf2 , but I can't find the way how to connect to the adapter alias. I tried to find something out in the ZfcUser Module, but without success ...
 
Top