- 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
License
- 2018-07-10 14:37:10
- tengfei
- 6023
- Last edited by tengfei on 2019-09-16 14:06:21
The license used in zentaoPHP was LGPL at first. LGPL limits the use of zentaoPHP to developers, especially to commercial purpose. Since the release of version 2.0, zentaoPHP used Public Domain and donate its copyright. Simply speaking, anyone or any organization can use zentaoPHP without any restrictions. Anyone can republish, rename, use it for commercial, and so on.
/** * The control class file of zentaoPHP framework. * * The author disclaims copyright to this source code. In place of * a legal notice, here is a blessing: * * May you do good and not evil. * May you find forgiveness for yourself and forgive others. * May you share freely, never taking more than you give. */
Write a Comment