资 源 简 介
TEMPLI php 框架使用手册
控制器 controller
控制器的命名 nameController.php
控制器的编写
field()->where()->select();
//载入模型文件 使用模型文件内自定义的 方法add
Templi::model(‘tableName’,true)->add();
$this->assign(); // 模板变量赋值
$this->display();//页面输出
}
?>
给模板 变量赋值
assign(变量名,变量值); 每次只能给一个变量赋值
setOutput(数组); 批量赋值
视图输出
display(视图文件名,模块); 当视图文件放置在 view/模块/控制器名_方法名.html 文 件名可不写,当调用当前模块下的 视图 是 模块名可 不写 如$this->display(‘main’,’home’);
模型 model
模型命名 nameModel.php
模型编写
模型方法 where() where 条件 field() 查血字段 select() 执行查询 等等
也可以 使用 传统方式 select($where,$fields,.....)
update() 修改 insert() 插入 getlist();带分页的结果 count
文 件 列 表
templi
tpl
Session
Model
font
Cache
.htaccess
Abnormal.class.php
Application.class.php
Cache.class.php
Charts_xml.php
config.ini.php
Controller.class.php
Cookie.class.php
dir.func.php
Formcheck.class.php
function.func.php
Image.class.php
Image_verify.class.php
index.html
Model.class.php
Page.class.php
redme.text
Session.class.php
String.class.php
Templi.class.php
Tree.class.php
UploadFile.class.php
View.class.php
public
uploads
themes
js_libraries
js
index.html
htmls
js
images
css
aaa.php
demo.php
gg.html
index.html
login.html
templi_admin.sql
application
view
model
libraries
controller
config
cache
.htaccess
index.html
init.php
index.php
admin.php