ZF1.*愤怒小鸟系列一:快速入门

【环境】:win7 xampp_v3.1.0 ZendFramework-1.12.3

【目标】: 搭建ZF MVC框架,实现hello world!

【步骤】:

1、解压ZendFramework-1.12.3,将bin的目录添加到path环境变量里

image

2、在命令行模式,进入htdoc目录

image

3、讲ZendFramework-1.12.3\library\Zend拷贝到test的librar目录下

4、在httpd-vhosts.conf末尾添加

image

5、重启apache,确认8005端口开启

image

6、浏览验证

image

7、编辑E:\xampp\htdocs\test\application\controllers\IndexController.php

image

8、重新浏览网页

image

Game over     O(∩_∩)O~

你可能感兴趣的:(ZF1.*愤怒小鸟系列一:快速入门)