使用Zend Studio开发PHP项目
实验目的 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。
4. 创建服务器配置
如果没有需要的服务器连接,请点击“Manage”以创建新的服务器连接。
点击“Add”新建远程连接;
填写服务器信息,点击“Finish”;
设定服务器密码和初始目录。点击“Finish”结束创建远程连接。
设定选择服务器连接、项目目录(相对于服务器的初始目录)以及项目的访问地址。
5. 确定下载/同步项目
三、编辑PHP代码
1. 选定刚创建的项目
2. 设定源代码的编码方式(Project → Properties → Resource → Text file encoding)
3. 创建PHP源代码文件
为源代码文件指定路径和文件名
点击“Next”使用模板创建,点击“Finish”创建空白文件。
4. 创建源代码程序并清晰注释。
四、运行PHP代码
1. 下拉按钮
双击弹出窗口中的PHP Web Page添加一个运行配置。
为此运行配置起一个名字,将Server Debugger设定为Xdebug,并设定要运行的程序路径。点击“Run”得到运行结果。
五、调试PHP代码
1. 调试按钮为 。调试的设置方式与运行的设置方式类似。或可以直接选择曾经设置运行的配置。
2. 点击需要的调试配置进入调试视角。
3. 点击 停止调试。
4. 点击右上角的 视角按钮将回到PHP编程视角。
六、从注释生成文档(默认不支持中文注释)
1. 点击文档按钮 。
设定要从注释生成文档的项目和存放文档的目录;
设定生成文档的模板、选项和标题等。
自动生成的程序文档。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

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

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

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

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

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

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

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

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