1

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

5
  • Surely this is described in the documentation? What Zend Framework examples or code are you working with? Commented Jul 4, 2012 at 16:07
  • Surely you have found this: framework.zend.com/manual/en/zend.db.adapter.html ? Commented Jul 4, 2012 at 16:09
  • You might consider another framework because ZF1's development is very slow (only bug fixes) because of ZF2. My top choice would be Symfony2! If you don't, @ctrahey 's link is a very good starting point :) Commented Jul 4, 2012 at 16:24
  • I really like the zendcast series. You could start here for Zend_Db: zendcasts.com/zend_db-insert-and-read/2009/04 Commented Jul 4, 2012 at 16:32
  • Browse your asked questions..in that you can find a accept icon(tick symbol) click on it if you think its the best. Commented Jul 5, 2012 at 5:37

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.