Who can provide a simple MVC implementation of git in PHP?
为情所困2017-05-02 09:26:40
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.
高洛峰2017-05-02 09:26:40
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.