This topic created in 4156 days ago, the information mentioned may be changed or developed.
两种方案
一种是单独一个目录,
比如servics
users.php
message.php
artitlcle.php
另一种是分模块目录存放
users\
model\users.php
controller\
view\
message\
model\message.php
controller\
view\
2 replies • 2014-12-10 21:08:04 +08:00
 |
|
2
jc4myself Dec 10, 2014 via iPad
模块啊,好修改重构,分层有个manage就更好了
|