Create your own lightweight PHP framework based on MVC.

by liq330 on 2008-04-25 12:52:49

I have been doing web development for a year now, and every time I find myself writing repetitive code. Therefore, I want to try creating my own framework to make future development easier.

Previously, I spent two years learning ASP.NET and half a year with JSP, but due to work reasons, I switched to PHP. To be honest, I don't really like PHP's syntax, nor do I like its function names, which I always forget. I still prefer the syntax of C# and Java, haha... However, PHP does have its own advantages. It doesn't encapsulate as many things as ASP.NET does, making PHP simpler and more flexible. Additionally, there is the advantage of PHP's open-source ecosystem.

The main reason for writing this article is that these things need to be explained to others, so I decided to publish it. Experts, please don't laugh at it. Beginners, please discern carefully and don't be misled by any wrong views I might have expressed.