最小的MVC框架 ShortPHP
openkk
13年前
ShortPHP的目的是设计一个最简单的,体积最小,速度最快的Web框架。该框架的代码目前不到4KB,仅有100行代码。在某种程度上,可以说,它遵循 的MVC (模型一视图一控制器)模式,但由于它没有任何与数据库相关的代码(这是完全基于文件的)这可能是它本身最大的风险。 ShortPHP完全E_STRICT兼容。
- Incredibly small: less than 8 KB download in size, 2-3 files, 2 folders
- Easy to deploy: You just upload the files and start editing your content/files/php - no configuration neccessary - no database neccessary
- Flexible: you can use it with any library you like. You can use it to build robust AJAX applications or simple 3-page pure text websites.
- Secure: At least that's the goal - there isn't much code, so that should be reachable
- E_STRICT compliant: High-quality ugly-code
http://shortphp.com/