新闻系统开发结构图
News_System
┃
┣━ admin //后台文件夹
┃ ┣━ common //后台函数文件夹
┃ ┃ ┣━ action.class.php //后台动作类包含了权限认证等功能
┃ ┃ ┗━ page.class.php //后台分页类
┃ ┃
┃ ┣━ admin_global.php //后台全局变量文件
┃ ┣━ admin_left.php
┃ ┣━ admin_main.php
┃ ┣━ index.php
┃ ┗━ main.php
┃
┃
┣━ cache //根目录缓存文件夹
┃
┣━ common //函数文件夹
┃ ┣━ smarty //模板引擎
┃ ┣━ action.class.php //动作类
┃ ┗━ mysql.class.php // mysql数据库类
┃
┣━ configs //全站配置文件夹
┃ ┗━ config.php //系统配置文件
┃
┣━ images //全站图片脚本等文件夹
┃ ┗━ common.css
┃
┣━ templates //smarty模板和模板缓存文件夹
┣━ templates_c //smarty模板和模板缓存文件夹
┃
┣━ global.php //全局变量文件
┗━ index.php