eclipse - How to import a non-Zend PHP project into Zend Studio without copying files? -


i using wamp on windows 7 development environment. wanted test zend studio installed trial , wanted import existing project studio see no way of doing it. while developing using wamp project files under c:\wamp\www\<project folder> directory.

my project doesn't have following files created if project created using eclipse , pdt think needed successful project import

  • .settings [folder]
  • .project

projects these files imported zend going to

file > import > general > existing projects workspace

and project recoginized due eclipse files being present. in case there no such files , project created using simple text editor there way in zend studio import project workspace without copying files.

i want make zend studio realize project file structure on c:\wamp\www\<project folder> directory can start coding.

here want clarify had changed default workspace c:\wamp\www after zend studio started.

when try import project using php project existing directory shows me error

zend studio error

is there way can accomplish in zend studio?

for such purpose there dedicated wizard. choose file -> new -> php project existing directory. location set path folder project located (e.g. c:\wamp\www\) , press finish.

important thing workspace location has different document root location. in our case workspace should located in folder except c:\wamp\www. after project creation studio maps project in workspace 1 in document root changes in studio visible on server immediately.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -