PHPzend installation tips-PHP Tutorial

Source: Internet
Author: User
PHPzend installation skills. In the zendframework manual, a zf. batcreateprojectquickstart project is created quickly. the script is located in the bin directory and runs zf. batcreateprojecte: webro in the command line.

In the zend framework manual, there is a zf that builds projects quickly. bat create project quickstart. this script is located in the bin directory and executed in the command line: zf. bat create project e: webrootzf_web, a zf_web project will be generated under the webroot Directory. some configuration files will be created by default during PHP zend installation, as shown below:

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

The public directory is the main directory of our project. enter the URL of this project in your browser and you will see a welcome interface! Of course, Zend Framework requires PHP 5.1.4 or later, but Zend strongly recommends 5.2.3 or higher, and my PHP5.3.1 is just configured today, so there is basically no problem, some practices on the Internet are that httpd is also configured under HTTP. the LoadModule rewrite_module modules/mod_rewrite.so of conf opens this support in PHP. add your zend library directory path to include_path in INI. In fact, PHP zend installation is so simple!


In the development framework manual, there is a zf that builds a project quickly. bat create project quickstart. this script is located in the bin directory and executed in the command line: zf. bat create project e: webro...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.