Who can provide a git address for a simple MVC implementation in PHP?
PHP中文网
PHP中文网 2017-05-02 09:24:40
0
3
532

Who can provide a simple MVC implementation of git in PHP?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(3)
为情所困

I wrote it myself, https://github.com/bephp
There are several warehouses on it, a router to control routing, an activerecord, and a microtpl template.
Just implement the mvc you want. There is a demo blog.

phpcn_u1582

PHPMVC GIT

There are many, you can take a look at a few

小葫芦

When I got started, I read this "Step-by-Step Tutorial on Writing Your Own PHP MVC Framework Example". In half a day, I learned about the big framework of MVC. Then I looked at the source code of ThinkPHP, and everything else was basically fine.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template