-
Notifications
You must be signed in to change notification settings - Fork 0
df-business/php-MVC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
<!--
自建MVC
Created by dfer on 2017-10-23.
Copyright 2017 dfer. All rights reserved.
-->
/*
├─www
│ ├─Areas # 区域总目录
│ │ ├─admin # 一个区域
│ │ │ ├─controller # 控制器目录
│ │ │ │ ├─democontroller.php #控制器
│ │ │ ├─view # 视图总目录
│ │ │ │ ├─demo # 视图目录,对应一个控制器
│ │ │ │ │ ├─index.php #视图文件
│ ├─css_js # js和css
│ ├─model # 模型目录
│ │ ├─model.php # model模型
│ ├─share # 共享目录
│ │ ├─share.php # 公有文件
│ ├─create.php #创建数据库
│ ├─index.php # 入口文件
│ ├─readme.php # 说明
*/
打造比TP更简洁的MVC框架
QQ群:76673820
By DfAbout
php搭建MVC
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published