I'm using Windows XP and have successfully installed Zend Studio 3.0.1 Client and Server.

The files for the site I'm currently working on is located at c:\web\myproject. I've set the document root on the server to point to this location. I've also made a project where I've added a path entry to c:\web\myproject. The problem is that when I add the project, I get prompted with a box asking me to manually include every single file needed for my project. This includes all the Pear classes I've used (installed in c:\php\pear\pear), and everything else my site uses. All in all over 100 files. Is there a way to configure the Zend Development Environment to automatically get all the files??

    25 days later

    i don't think so, no. the easiest thing would be to either add the pear directory to the project or, when it prompts you to add files, double click on each one to add it. Won't take too long...

      Write a Reply...