
G-framework
一款优秀的国产PHP MVC轻量级开发框架
一款优秀的国产PHP MVC轻量级开发框架
不需要通过配置,以下URL地址是一样的:
http://siteurl/index.php?m=User&a=reg 和 http://siteurl/index.php?m=user&a=reg
http://siteurl/User/reg 和 http://siteurl/user/reg
http://siteurl/Group/Module/action 和 http://siteurl/gruop/module/action
也就是分组和模块的首字母小写和大写是一样的,其他的情况下大小写是严格区分的,以下情况是不能被自动转换的:
1. http://siteurl/user/lastLogin 这个地址是不能写成http://siteurl/user/lastlogin的
2. http://siteurl/userCenter/login 这个地址是不能写成http://siteurl/usercenter/login的
小结:也就是分组和模块的首字母大小写能自动识别,其他位置的大小写字母需严格遵守控制器命名规则。
G-framework是一款免费开源的,快速、简单的面向对象的轻量级PHP开发框架,遵循Apache2开源协议发布。
鼓励代码共享和尊重原作者的著作权,同样允许代码修改后,再作为开源或商业软件发布。
Copyright © 2014 - 2020 G-framework All Rights Reserved.
框架执行时间: 5.5毫秒 页面执行时间: 7.7毫秒