Hi All,
1. I have started to work on Zend Framework 2.0.6. Previously, I have worked with Zend 1.11. In Zend 1.11, there is not anything like modular form in which we need to create Admin and Frontend module. I am looking into Zend 2.0.6, as how we can create main module as "admin" and "front" and after that their sub module in it like user, album etc.
Can anyone share views for how we can manage admin and frontend type of main module in zend 2.0.6.
2. if I would like to extend Zend 2.0.6 Library and would like to create my own custom library then how I could make it work?
3. In my project, some module are working with MySql database and some are MsSql.
Can anyone let me know how I could make and switch between database connection.
Thanks in advanced.
Regards,
Ankit Shah.

