最小的MVC框架 ShortPHP
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 </ul>
http://shortphp.com/
本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!