Skip to content

Commit 850e663

Browse files
authored
Update README.md
1 parent 4b517a9 commit 850e663

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
##四脚猫轻量级框架sijiaomao-mvc
2-
1+
四脚猫轻量级框架sijiaomao-mvc
2+
=======================================
33
- 基于composer的包管理器
4-
- 默认路由规则简单,controller/model/arg1/arg2...
5-
- 轻量级的ORM
6-
- 模版引擎强大而轻量
4+
- 路由规则灵活,可随意自定义路由规则
5+
- 包含默认路由:controller/model/arg1/arg2...
6+
- 轻量级的ORM ,轻松实现CRUD
7+
- 轻量而强大的模版引擎,安全过滤各种有...
78
- 配置文件就是PHP数组,基本无配置
89
- 数据库迁移采用migration,so easy!
910

1011

11-
## 基本使用
12-
- 安装
12+
基本使用
13+
---------------------------------
1314
1. git clone https://github.com/phpinside/mymvc.git mymvc
1415
2. 编辑 Apache下的httpd-vhost.conf文件,添加如下内容:
1516
**注意以下的目录改成自己对应的本地目录!**
@@ -38,7 +39,8 @@
3839
6. 访问:http://my.mvc.com/todo/index 可以执行CRUD的各种操作。
3940

4041

41-
- 补充
42+
补充
43+
---------------------------------
4244
1. 系统自带默认路由,一般情况不需要去配置路由,自定义路由请查看config目录下的routes.php的示例。
4345
配置参考 <http://altorouter.com/usage/mapping-routes.html>
4446
2. 模版引擎参考 <https://latte.nette.org/>

0 commit comments

Comments
 (0)