PHP 编码规范-文件结构

字体大小: 中小 标准 ->行高大小: 标准
1 文件结构 
|
|――images
|――include
  |――parameter
  |――config
  |――function
|――index

images存放图片文件,include中是系统是要引用的文件,一般在parameter中存放参数文件,config中存放配置文件,function中存放方法文件,如javascript的方法等,并按功能模块的分类,将各功能的类也放入其中

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/164.html