I am working with core php for at least one year. Now I want to use a framework and I decided to use Zend Framework. But I could not able to configure/use MySQL database with Zend Framework.
Can any one tell me how to do this or give a link or tutorial from where I can do it my own.
Thanks
Enamul
I just provided answer to similar question that might help get you started. The Zend_Db component can be confusing in the beginning because there are so many options for using it. In fact there at least 3 different ways just to connect to a database.
How to use Zend Adapter to retrieve information from database