蚂蚁分类 MYMPS修改必备:3.1目录结构说明书

作者:liaoren 时间:12-05-08 阅读数:21003人阅读

|admin  /* 后台管理员目录*/
|       |images
|       |include  /*公用文件*/
|       |js
|       |css
|       |template   /*模板*/
|api     /*UCenter api接口文件*/
|attachment   /*附件目录,系统上传的图片都存于该目录*/
|       |adv     /*广告图片*/
|       |album    /*会员相册图片*/
|       |certification   /*会员验证图片*/
|       |coupon     /*优惠券图片*/
|       |document   /*会员文档图片*/
|       |editor   /*编辑器上传的图片*/
|       |face    /*会员头像图片*/
|       |focus   /*网站焦点图片*/
|       |group    /*团购上传的图片*/
|       |information   /*分类信息上传的图片*/
|       |links   /*友情链接的图片*/
|       |news   /*网站新闻上传的图片*/
|       |other   /*其他图片*/
|backup     /*系统备份数据库产生的sql文件存放于该目录*/
|data    /* 程序生成常用数据保存目录   */
|       |caches  /*系统生成的缓存文件存放目录*/
|       |ipdat    /*IP库*/
|       |sessions  /*session文件存放目录*/
|       |smarty  
|       |
     |compiles  /*smarty生成的模板编译文件*/
|       |
     |caches    /*smarty生成的缓存文件*/
|       |ttf   /*字体文件*/
|html   
/*  生成HTML的目录   */
|images   /* 系统图片目录*/
|include  
/*系统需要引入的一些文件存放目录*/
|       |assign  /*系统前台调用文件*/
|       |box   
|       |crons
|       |dialog
|       |fckeditor   /*fckeditor编辑器*/
|       |map    /*地图接口文件*/
|       |payment  /*在线支付接口文件*/
|       |smarty    /*smarty模板公用文件*/
|install   
/*系统安装目录*/
|member   /*会员目录*/
|       |images
|       |include
|       |template
|mypub  
/*一些公用文件存放目录*/
|plugin   
/*插件目录*/
|       |coupon  /*优惠券*/
|       |group    /*团购*/
|public   
|rewrite   /*伪静态组件存放目录 包括IIS和Apache*/
|template  /*模板目录*/
|       |box  
|       |default /*默认模板目录*/
|       |         |aboutus.html     /*关于我们 网站简介 联系我们 广告服务 等等*/
|       |         |announce.html  /*网站公告*/
|       |         |corp.html         /*商家黄页*/
|       |         |faq.html           /*网站帮助*/
|       |         |forgetpass.html /*找回密码*/
|       |         |friendlink.html   /*友情链接*/
|       |         |googlemap.html /*googlemap*/
|       |         |announce.html  /*网站公告*/
|       |         |inc_foot.html    /*公用尾部模板*/
|       |         |inc_head.html   /*公用头部模板*/
|       |         |index.html
/*首页*/
|       |         |info.html          /*分类信息阅读页*/
|       |         |info_list.html     /*分类信息列表页*/
|       |         |info_post.html  /*信息发布页*/
|       |         |info_post_write.html    /*信息内容填写页*/
|       |         |info_post_write_ok.html  /*信息发布后结果显示页*/
|       |         |info_write_pwd.html
|       |         |login.html
/*用户登录页*/
|       |         |news.html        /*新闻阅读页*/
|       |         |news_cat.html   /*新闻类别页*/
|       |         |news_index.html  /*新闻首页*/
|       |         |news_list.html    /*新闻列表页*/
|       |         |register.html       /*用户注册页*/
|       |         |search_head.html  /*搜索页 公用头部*/
|       |         |search_header.html
|       |         |search_information.html   /*搜索页 分类信息搜索*/
|       |         |search_news.html           /*搜索页 新闻搜索*/
|       |         |search_shop.html            /*搜索页 店铺搜索*/
|       |         |sitemap.html
/*网站地图*/
|       |spaces  /*商家店铺模板目录*/
|uc_client    /*UCenter 客户端文件目录*/

 

发表评论

请先登录 再评论,若不是会员请先注册