- 1 Introduction
- 1.1 About zentaoPHP
- 1.2 Features
- 1.3 License
- 2 Installation
- 2.1 System Requirement
- 2.2 Install zentaoPHP
- 3 Quick Start
- 3.1 Echo Hello World!
- 3.2 Use MVC to echo Hello World!
- 3.3 Example: Deploy the blog built in zentaoPHP
- 4 Basics
- 4.1 Basic Concepts
- 4.2 Request Types
- 4.3 Create Links
- 4.4 Class: HTML, JS, and CSS
- 5 Advanced
- 5.1 Directory Structure
- 5.2 DAO
- 5.3 Pager Solutions
- 5.4 Data Validation
System Requirement
- 2018-07-11 10:19:22
- Renee
- 6156
- Last edited by tengfei on 2019-09-16 14:07:14
zentaoPHP is developed based on the OOP feature of PHP5. It is not compatible with the PHP4. Therefore, before you use the zentaoPHP, make sure that your environment meets the following requirements:
- WebSever: Apache is recommended because its integration with PHP is stable and has a complete set of features.
- PHP: version 5.2+
- Database: My SQL 4.x+
Now the installation of AMP is much simpler than before. Windows users can use XAMMP. Linux users can use package management to install it. For example, apt in Debian, RPM and yum in Red Hat. FreeBSD users can use ports to install, which is also very convenient.
Write a Comment