Shortest PHP Web Framework: ShortPHP
ShortPHP is a small, ultra-light weight and open source PHP web framework. The code is less than 4KB in size and currently is just under 100 lines.
In some ways you could say that it follows the MVC (Model-view-Controller) paradigm, but since it has no database-related code (it is 100% file-based) it’s more of a VC (View-Controller) – It’s up to the developer to use whatever tools he sees fit.
1 Response
[...] This post was mentioned on Twitter by esarfraz and esarfraz, Frontend.Pro. Frontend.Pro said: Shortest PHP Web Framework: ShortPHP – http://bit.ly/hVqcUf [...]