Home > Backend Development > PHP Tutorial > php基础知识(零)-使用说明

php基础知识(零)-使用说明

WBOY
Release: 2016-06-13 10:40:57
Original
745 people have browsed it

php基础知识(0)-使用说明
php基础知识-使用说明

php基础知识(1)-魔术引用
php基础知识(2)-sql注入
php基础知识(3)-会话使用
php基础知识(4)-cookie引用
php基础知识(5)-文件上传


系列的代码都在附件peixun.7z

首先,系列中的一部分内容直接摘抄自php手册。

重要说明
1、本系列基础知识需要zend的类库,本人目前使用的是1.11.10
查看版本方法,zend的目录下有一个Version.php文件,里面有类似const VERSION = '1.11.10'的语句
zend使用方法,从官网http://www.zend.com/en/community/downloads可以下到
  下载说明:Zend Framework 1.11 full (recommended)和Zend Framework 1.11 minimal均可。
  安装说明,把解压后里面的一个zend目录拷贝到电脑任意目录如d:\aaa下,目录结构为d:\aaa\Zend
          则把Public/CommandLine.php里的第一行 ini_set改成
          ini_set('include_path', '.;D:\aaa');


2、如果想使用文档中的url,需要在apache的文档根目录下建立一个command目录,之下再建立一个peixun目录,里面还有各个子目录
如session等

Related labels:
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