Property | Type | Description | |
---|---|---|---|
$htmlPath | 插件路径 | ||
$mid | |||
$model | 登录用户ID | ||
$path | 模板变量 | ||
$tVar | 插件数据模型对象 |
Method | Description | |
---|---|---|
__construct ( ) | 初始化相关信息 | |
display ( string $templateFile = '', string $charset = 'utf-8', string $contentType = 'text/html' ) : string | 显示指定HTML页面 | |
fetch ( string $templateFile = '', string $charset = 'utf-8', string $contentType = 'text/html' ) : string | 渲染HTML页面 | |
setPath ( string $path, boolean $html = false ) | 设置该插件的路径,不能进行重写 |
Method | Description | |
---|---|---|
assign ( string $name, string $value = '' ) | 将数据渲染到HTML页面,设置模板变量的值 | |
error ( string $message ) | 错误提示方法 | |
model ( string $name, string $class = 'Model' ) : object | 获取插件目录下的Model模型文件 | |
success ( string $message ) | 成功提示方法 |
Method | Description | |
---|---|---|
_dispatch_jump ( string $message, integer $status = 1 ) | 跳转操作 |