ecshop 文件夹结构

  • Post author:
  • Post category:其他



ecshop 文件夹结构

一、文件夹功能说明

1、根目录:前台程序文件

2、admin:后台程序文件夹

–根目录:后台程序文件 *.php文件

–help\zh_cn:各功能的帮助文件 *.xml文件

–images:后台页面用图片

–includes:后台公用文件和函数

–js:后台用js脚本

–styles:后台用样式表

–templates:后台页面模板 *.htm文件

3、api:调用API的系统公用函数

4、cert:存放证书的文件夹

5、data:数据连接设置等,包括各种广告的上传图片等

–afficheimg:首页flash广告图片

–brandlogo:品牌logo

6、images:上传商品图片文件夹,按日期分目录

–200902:按月份划分商品图片

–upload:上传文件夹,包括file、flash、image和media

7、includes:前台公用文件和函数

–codetable:语言对应的代码表

–fckeditor:开源html文本编辑器

–modules\convert:shopex转换文件

–modules\cron:如自动上下架、ip删除等函数

–modules\integrates:整合各种插件和函数基础类

–modules\payment:各种支付接口插件

–modules\shipping:各种送货方式插件

8、install:系统安装文件夹,用后请删除

9、js:前台用js脚本

–calendar:日历控件

10、languages:语言文件

–zh_cn:简体中文语言文件,存储简体中文下使用的函数变量等

–zh_tw:繁体中文语言文件,存储繁体中文下使用的函数变量等

11、temp:存放临时缓存等文件

12、themes:模板文件夹,可以随意拷贝模板样式

13、wap:手机浏览程序

–includes;公用文件和函数

–templates:页面模板 *.wml文件

14、widget:搜狐博客小插件


转载于:https://my.oschina.net/u/779687/blog/136919