Chinaunix首页 | 论坛 | 博客
  • 博客访问: 29307928
  • 博文数量: 2065
  • 博客积分: 10377
  • 博客等级: 上将
  • 技术积分: 21525
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-04 17:50
文章分类

全部博文(2065)

文章存档

2012年(2)

2011年(19)

2010年(1160)

2009年(969)

2008年(153)

分类:

2009-09-07 09:35:44

方案1:
root_dir
        –config
        –include
                                          news.php(基础处理类)
                                          member.php
                                          admin.php
        –lib(文件夹内放置smarty的相关文件)
        –templates
                –news
                –member
                –admin
        –templates_c
                –news
                –member
                –admin               
        –cache
                –news
                –member
                –admin
        –images
                –news
                –member
                –admin
        –js
        –css
                news.css
                member.css
                admin.css
        –news(新闻模块的php处理,例news_list.php,news_detail.php,news_insert.php诸如此类)
        –member(用户模块的php处理)
        –admin(管理模块的php处理)
        index.php

——————————————————-分割线————– ———————————————————–
方案2:
root_dir
        –config
        –include
                                          news.php(基础处理类)
                                          member.php
                                          admin.php
        –lib(文件夹内放置smarty的相关文件)
        –news(新闻模块)
                –templates
                –templates_c
                –cache
                –images
                –js
                –css
        –member(用户模块)
                –templates
                –templates_c
                –cache
                –images
                –js
                –css
        –admin(管理模块)
                –templates
                –templates_c
                –cache
                –images
                –js
                –css
        index.php

阅读(1554) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~