I have the Eclipse PDT IDE version 1.2.0 installed. I used it with Dojo to develop very interesting Ajax applications. Now I want to include the Zend environment in my eclipse development environment. How can i do this. After some searches, I tried the following.
1.) downloaded the Zend framework and unpacked it into the C directory. 2.) the following path was added to the php.ini file
include_path = ".; C: \ ZendFramework-1.10.5 \ library"
3.) changed the following line in the httpd.conf file in Apache to support .htaccess files
AllowOverride None to AllowOverride All
Restart Apache once and test it to make sure that this has any effect. I tested trying to create a new PHP project and take a look at the project file structure.
Question:
1.) how can I include the zend framework in an existing eclipse pdt ide.
2.) is there a plugin that can be added directly or can I use the additional features of eclipse for software. If so, which URL should I provide for software downloads
3.) finally, how can I check if the zend system is installed correctly
thanks for the help
source
share