软讯网络 > 网站建设 > PHP > PHP代码规范(-)
【标 题】:PHP代码规范(-)
【关键字】:
PHP
【来 源】:http://www.cublog.cn/u/12701/showart.php?id=105520
PHP代码规范(-)
|
1 文件结构
| |――images |――include |――parameter |――config |――function |――index
images存放图片文件,include中是系统是要引用的文件,一般在parameter中存放参数文件,config中存放配置文件,function中存放方法文件,如javascript的方法等,并按功能模块的分类,将各功能的类也放入其中
|
 |