I am new to php. I was reading a book and created a sample project using the zend framework. My app is in C:\apache\htdocs\mysite.com\
I want to add this to eclipse project explorer. I dont see an option to open existing project in eclipse. How can I do this?
Also after I have added the project do I need to add the library directory from zend framework somewhere in my project references so that eclipse knows to include this?
Would eclipse intellisense pick up the new library or do I need to add a plugin?
Thanks, Kunal