|
发表于 2011-10-14 17:09:37
|
显示全部楼层
本帖最后由 thatday 于 2011-10-14 17:24 编辑
xiaoniao 发表于 2010-1-19 22:06
kohana框架也是mvc的,只是它有hmvc的模块。
ci也有很多hmvc的模块。
去看下开源项目openblog,它是用hmvc ...
发现openblog的php源文件末尾都有例如:
/* End of file social_bookmarking.php */
/* Location: ./application/modules/admin/controllers/social_bookmarking.php */
这样的结尾tag,应该是编辑器自动生成的,看到ci框架文件里面也是这样。
请问有大虾知道这个是用什么编辑器活方法来实现的吗?
官方文档里提到,但没说怎么加的
http://codeigniter.com/user_guide/general/styleguide.html
这里还有说加注释不好,直接去掉?>就得了
http://tristram.squarespace.com/home/2010/5/12/the-codeigniter-end-of-file-comment-convention.html
|
|