在zend framework手册中,有个快速度建立工程的zf.bat create project quickstart,这个脚本位于bin目录下,在命令行下执行:zf.bat create project e:webrootzf_web,将会在webroot目录下产生一个zf_web工程,PHP zend安装时会默认建立一些配置文件,如下:
zf_web
|-- application
| |-- Bootstrap.php
| |-- configs
| | `-- application.ini
| |-- controllers
| | |-- ErrorController.php
| | `-- IndexController.php
| |-- models
| `-- views
| |-- helpers
| `-- scripts
| |-- error
| | `-- error.phtml
| `-- index
| `-- index.phtml
|-- library
|-- public
| `-- index.php
`-- tests
|-- application
| `-- bootstrap.php
|-- library
| `-- bootstrap.php
`-- phpunit.xml
其中的public目录就是我们工程主要目录,在你的浏览器输入这个工程的URL,你将会看到一个欢迎界面!当然Zend Framework 要求 PHP 5.1.4 或更高版本,但 Zend 强烈建议 5.2.3 或更高,而我的PHP5.3.1是今天刚配置好的,所以基本上没有什么问题,网上的一些做法是在HTTP下还配置了httpd.conf的LoadModule rewrite_module modules/mod_rewrite.so,打开了这个支持,在PHP的PHP.INI中把你的zend library目录路径加入到include_path中。事实上PHP zend安装就这么简单!
自传 http://www.biyinjishi.com/products/a65-b6550/d100148/
个人出书 http://www.biyinjishi.com/products/a65-b6580/d100144
微信书 http://www.biyinjishi.com/products/a65-b6580/d100146/
微博书 http://www.biyinjishi.com/products/a65-b6580/d100147/
家谱 http://www.biyinjishi.com/products/a65-b6580/d100149/
LOGO设计 http://www.biyinjishi.com/products/a70-b7010/
名片设计 http://www.biyinjishi.com/products/a70-b7015/
宣传单页设计 http://www.biyinjishi.com/products/a70-b7020/
宣传画册设计 http://www.biyinjishi.com/products/a70-b7025/
修片调色 http://www.biyinjishi.com/products/a70-b7050/
打字录入 http://www.biyinjishi.com/products/a70-b7060/
证件快照 http://www.biyinjishi.com/products/a99-b9910/
收发传真 http://www.biyinjishi.com/products/a99-b9915/
装订装帧 http://www.biyinjishi.com/products/a99-b9920/
刻字刻章 http://www.biyinjishi.com/products/a99-b9925/
光盘刻录 http://www.biyinjishi.com/products/a99-b9960/