I am new to PHP and very new to Zend Framework, so please give me a detailed answer.
I have Zend Server (including Zend Framework), Apache, MySql installed on the machine. I have a project created in Eclipse PDT (not with Zend Framework) and I've decided I want to use Zend_Db in my Data Acces Layer. I read many answers here and on other forums, I saw that I should use Zend_Loader but I am not really sure how to begin. I also saw that I need some php extension appropriate to the type of my database server.
As I said, please give me a detailed answer or a kick in the right direction.
Thanks
Later edit: I've just copied the required components in my project and included them and it works.