Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.47 KB

SimpleF

======= 简易的PHP框架,小巧灵活,拥有ZendFramework的基础功能:支持MVC,路由功能,告别臃肿~

Nginx配置说明

路由说明

/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文件