Home > php教程 > PHP源码 > body text

自制php框架RPF Rain PHP Framework

PHP中文网
Release: 2016-05-25 16:58:34
Original
1060 people have browsed it

RPF是Rain PHP framework的缩写,以下描述简称RPF,一个基于MVCA模式的php面向对象的框架。所谓的MVCA模式有别于通常意义的MVC模式。因为它多了一个A(action),有效的避免了太多的action处理方法写在相同的controller里面的问题。从某种程度上来说,使用这一的方式能够在一定程度上提升性能,避免加载不必要的代码文件。
项目地址:
https://github.com/itziy/phpframework/
最新版本和更新变动都将提现在上面的项目地址中,此处不再更新,使用手册详见https://github.com/itziy/phpframework/

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!