
|
To import a project from Zend Studio5.x:
Right-click in PHP Explorer
view and select Import |
Zend Imports | Import from Zend Studio 5.x -or- go
to File | Import | Zend Imports
| Import from Zend Studio 5.x.
The "Import from Zend Studio" Wizard will open.

Click Browse
to find your Zend Studio project stored on your file system.
The project will automatically have been stored with a .zpj
file extension.
Click Open.
The Project name will by
default be given the same name as your .zpj file.
Edit this name if required.
If the project root contains folders linked to source control,
the name given will be the project name specified in this
screen with the name of the project root in parentheses following
it. E.g. if the project name given was MyProject, and the
imported project root was MyProjectRoot, the Project will
be displayed as MyProject (MyProjectRoot).
If you want the project to
be imported into somewhere other than your current workspace,
unmark the 'Use default' checkbox under the Project contents
category and browse to a different location.
Click Next.
The "Import Summary" dialog will open.

If
the project roots (folders and files) contained within your
folder were not mapped to a Version Control System (CVS or
SVN), they will all be contained within a single project in
Zend Studio
7
. This includes folders and files linked to FTP.
If the project roots (folders and files) contained within your
folder are mapped to a Version Control System, each project
root will be imported into a separate project.
If
you would like all projects root to be combined into one Zend Studio 7
project, select the 'Import into a single project' option.
Note that in this case the Version Control System mappings
will not be created.
Click Finish.
|