没有说一定哪种好,只是想纠结一下大家一般都习惯怎么用?
第一种方式
-
model
category.php
article.php
-
view
category.php
article.php
-
controller
category.php
article.php
第二种方式
-
modules
-
category
model.php
view.php
controller.php
-
article
model.php
view.php
controller.php
-
我的是模仿 Linux 目录结构:
我的项目