Skip to content

lixiaotong/BGCantStop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGCantStop

php项目架构

###架构的关键 在于消减耦合, 方便将来的维护和拓展 ###在此架构如下:

    • application
      • library //本地类库
      • plugins //其他插件
      • models //数据模块
      • controllers //控制模块
        • Index.php //默认控制器
      • views
        • index
          • index.phtml //默认视图
    • public
      • index.php //入口文件
      • css
      • img
      • js
    • conf
      • application.ini //配置文件

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages