thinkPHP5中的与原本的M方法用什么东西替代了?
2017-06-16 本文已影响0人
DeFuture
TP3 | TP5 |
---|---|
S | cache |
C | config |
M/D | model |
U | url |
I | input |
E | exception |
L | lang |
A | controller |
R | action |
TP3 | TP5 |
---|---|
S | cache |
C | config |
M/D | model |
U | url |
I | input |
E | exception |
L | lang |
A | controller |
R | action |