Home > Backend Development > PHP Tutorial > Zend Studio 9.0.4 new project, zend9.0.4_PHP tutorial

Zend Studio 9.0.4 new project, zend9.0.4_PHP tutorial

WBOY
Release: 2016-07-13 10:23:49
Original
865 people have browsed it

Zend Studio 9.0.4 New project, zend9.0.4

PHP IDE has been using zendstudio version 5.5. Although there is no problem in writing code, the official version has reached 10 , give it a try!

Open zend studio 10, FILE -> NEW -> PROJECT->PHP-> LOCAL PHP PROJECT (because the folder already exists locally), and then fill in the next step,

When the project was created, did you find that there was something missing in the project? Yes, there are no files we need to operate, which is a bit different from zendstudio5.5,

zendstudio10 divides project creation into two steps. The first step is project-related information. The second step can load multiple folders separately and merge them into one project. What a great idea!

To get back to the subject, right-click on the created project name -> build path -> link source (load file), select the corresponding folder, and add it to the project, and then you can start debugging the code! ! ! !

How to create a new project in zend studio9? The new creation is different from the new creation in version 72. What is the following picture of php project from cvs

The menus are: create php project from cvs, create php project from git, create from github, create from zend's cloud server, create from svn, local php project, create from existing directory, create from remote server, Project,
See if it is created according to your needs
Generally, you can choose to create a local project

zendstudio904 introduced an external ci framework folder under the new project, but after opening its internal php file

Did you add this to the project by adding reference resources? For the referenced resources, zs only provides relevant code completion and tracking functions and cannot be edited. You can put this framework into your project directory and edit it

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/834019.htmlTechArticleZend Studio 9.0.4 New project, zend9.0.4 PHP IDE has been using zendstudio5.5 version, although writing code There is no problem, but the official version has reached version 10, give it a try! Open zend studio 1...
Related labels:
cvs
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template