Home php教程 php手册 使用Zend Studio开发PHP项目

使用Zend Studio开发PHP项目

Jun 06, 2016 pm 08:01 PM
php studio zend use develop project

实验目的 n 掌握主流的PHP开发工具。 实验目标 ? 能够使用Zend Studio创建/导入PHP项目。 ? 能够设定Zend Studio的源代码编码方式。 ? 能够创建Zend Studio的运行项。 ? 能够切换Zend Studio的视角。 实验环境 l 硬件环境:i386兼容机,2G剩余硬盘空间。 l

 
实验目的

n  掌握主流的PHP开发工具。


实验目标

?  能够使用Zend Studio创建/导入PHP项目。

?  能够设定Zend Studio的源代码编码方式。

?  能够创建Zend Studio的运行项。

?  能够切换Zend Studio的视角。


实验环境

l  硬件环境:i386兼容机,2G剩余硬盘空间。

l  软件环境:Windows 2000以上兼容系统

l  使用资源:开发环境phpdev


实验要求

o  创建一个远程项目,并进行运行、调试和文档生成。


实验步骤

一、在服务器的网站根目录(htdocs)中创建项目目录Practice。如果希望直接使用网站根目录放置项目则不必创建子目录。

 

二、创建远程PHP项目(Zend Studio将会使本地与远程代码同步)

1.         打开Zend Studio。

2.         File → New → PHP Project from Remote Server

3.         设定项目名字。根据需要设定PHP版本号和是否需要支持JavaScript。

使用Zend Studio开发PHP项目

 

4.         创建服务器配置

使用Zend Studio开发PHP项目

 
如果没有需要的服务器连接,请点击“Manage”以创建新的服务器连接。

使用Zend Studio开发PHP项目

 
点击“Add”新建远程连接;

使用Zend Studio开发PHP项目

 
填写服务器信息,点击“Finish”;

 

使用Zend Studio开发PHP项目

 


设定服务器密码和初始目录。点击“Finish”结束创建远程连接。

使用Zend Studio开发PHP项目

 
设定选择服务器连接、项目目录(相对于服务器的初始目录)以及项目的访问地址。

 

5.         确定下载/同步项目

 

使用Zend Studio开发PHP项目

 

三、编辑PHP代码

1.         选定刚创建的项目

使用Zend Studio开发PHP项目

 

2.         设定源代码的编码方式(Project → Properties → Resource → Text file encoding)

使用Zend Studio开发PHP项目

 

3.         创建PHP源代码文件

使用Zend Studio开发PHP项目

 
为源代码文件指定路径和文件名

使用Zend Studio开发PHP项目

 
点击“Next”使用模板创建,点击“Finish”创建空白文件。

4.         创建源代码程序并清晰注释。

 

使用Zend Studio开发PHP项目

 

四、运行PHP代码

1.         下拉按钮 使用Zend Studio开发PHP项目

使用Zend Studio开发PHP项目

 
双击弹出窗口中的PHP Web Page添加一个运行配置。

使用Zend Studio开发PHP项目

 
为此运行配置起一个名字,将Server Debugger设定为Xdebug,并设定要运行的程序路径。点击“Run”得到运行结果。

 

使用Zend Studio开发PHP项目

 

五、调试PHP代码

1.         调试按钮为使用Zend Studio开发PHP项目  。调试的设置方式与运行的设置方式类似。或可以直接选择曾经设置运行的配置。

2.         点击需要的调试配置进入调试视角。

使用Zend Studio开发PHP项目

 

3.         点击使用Zend Studio开发PHP项目 停止调试。

4.         点击右上角的 使用Zend Studio开发PHP项目视角按钮将回到PHP编程视角。

 

六、从注释生成文档(默认不支持中文注释)

1.         点击文档按钮 使用Zend Studio开发PHP项目

使用Zend Studio开发PHP项目

 
设定要从注释生成文档的项目和存放文档的目录;

使用Zend Studio开发PHP项目

 
设定生成文档的模板、选项和标题等。

使用Zend Studio开发PHP项目

 
自动生成的程序文档。

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

In this chapter, we are going to learn the following topics related to routing ?

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

CakePHP Working with Database CakePHP Working with Database Sep 10, 2024 pm 05:25 PM

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

Validator can be created by adding the following two lines in the controller.

See all articles