php轻量型框架 v1.0

时间:2022-11-12 22:14:59
【文件属性】:
文件名称:php轻量型框架 v1.0
文件大小:14KB
文件格式:ZIP
更新时间:2022-11-12 22:14:59
php源码 目录结构:app:网站系统目录    ---common:网站配置目录    ---tpl:网站模板目录    ---logs:网站日志目录    ---cache:网站缓存目录    ---libs:网站系统文件目录jsphp:jsphp框架目录    ---tpl:框架模板目录    ---libs:框架系统文件目录       ---driver:数据库操作类       ---template:模板解析类public:静态html目录index.php:网站主入口语法规则:1、控制器命名规则:名字+Action.class.php 例如:IndexAction.class.php2、模型命名规则:名字+Model.class.php 例如:IndexModel.class.php此框架完全自己手写,此例子只实现一个简单的留言管理,没有生成静态文件,欢迎大家提出修改意见!
【文件预览】:
index.php
leave.sql
app
----cache()
----logs()
----tpl()
--------test.tpl(368B)
--------index.tpl(809B)
----common()
--------config.php(322B)
----libs()
--------models()
--------controllers()
--------views()
说明.htm
jsphp
----tpl()
--------test.html(383B)
----jsphp.php(290B)
----libs()
--------Model.class.php(2KB)
--------driver()
--------View.class.php(751B)
--------Base.class.php(385B)
--------Controller.class.php(2KB)
--------template()
readme.txt

网友评论