Home > php教程 > PHP开发 > body text

phpcms v9二次开发之系统结构

WBOY
Release: 2016-06-07 17:24:01
Original
1294 people have browsed it

phpcms v9是一款优秀的内容管理系统,它采用了OOP(面向对象)和MVC的开发模式,还因为它的模块化扩展功能比起dedecms更易于二次开发。对于phpcms v9的二次开发,官方有phpcms v9开发文档,但是似乎太简化了点,因为简化所以很多新手感到困惑。在这里,以后我将结合例子 以作更详细地说明。


 在对phpcms v9进行二次开发前,我们有必要对phpcms v9的目录结构作一番了解。


根目录
|  –  api  接口文件目录
|  –  caches 缓存文件目录
  |  – configs 系统配置文件目录
  |  – caches

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template