======= 简易的PHP框架,小巧灵活,拥有ZendFramework的基础功能:支持MVC,路由功能,告别臃肿~
/tmp
默认为Smarty
模板的tmp文件输出目录,需要加入 php可写入权限
目录结构为:
| application //MVC主体文件
| controller //Controller类存放目录
| model //Model类存放目录
| views //View模板存放目录
| config //配置文件目录
| library //引用库存储目录
| tmp
| compile_dir //smarty编译文件存储目录
| config_dir //smarty加载外部配置文件存储目录
| cache_dir //smarty cache文件存储目录
| www //根目录
| css //css文件目录
| js //js文件目录
| images //images文件目录
| index.php //index文件