- 1 Introduction
- 2 Extension Mechanism
- 2.1 Introduction
- 2.2 Add a Module
- 2.3 Extend control
- 2.4 Extend model
- 2.5 Extend view
- 2.6 Extend style sheet and JS
- 2.7 Extend language and configuration
- 2.8 Add Class Library
- 3 API Mechanism
- 4 Command Line
Add a Module
- 2018-07-16 09:44:51
- tengfei
- 9076
- Last edited by tengfei on 2019-01-08 09:26:40
It is simple to add a module. Do it according to the structure of zentaoPHP, create a directory under the module directory, let's say "pay", and then implement the corresponding concepts of control, model, view, CSS, JS, Lang.
You can refer to the basic manual of zentaoPHP HERE.
Write a Comment