\MemberListview

档案展示类

Summary

Methods
Properties
Constants
__construct()
MemberListview()
SetSource()
SetTemplate()
SetTemplet()
PreLoad()
SetParameter()
SetVar()
GetVar()
GetArcList()
GetPageList()
GetCurUrl()
Close()
Display()
SaveTo()
$dsql
$tpl
$pageNO
$totalPage
$totalResult
$pageSize
$getValues
$sourceSql
$isQuery
$randts
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$dsql

$dsql : 

Type

$tpl

$tpl : 

Type

$pageNO

$pageNO : 

Type

$totalPage

$totalPage : 

Type

$totalResult

$totalResult : 

Type

$pageSize

$pageSize : 

Type

$getValues

$getValues : 

Type

$sourceSql

$sourceSql : 

Type

$isQuery

$isQuery : 

Type

$randts

$randts : 

Type

Methods

__construct()

__construct(string  $tplfile = '') : void

用指定的文档ID进行初始化

Parameters

string $tplfile

模板文件

MemberListview()

MemberListview(  $tplfile = '') 

Parameters

$tplfile

SetSource()

SetSource(string  $sql) : void

设置SQL语句

Parameters

string $sql

SQL语句

SetTemplate()

SetTemplate(string  $tplfile) : void

设置模板 如果想要使用模板中指定的pagesize,必须在调用模板后才调用 SetSource($sql)

Parameters

string $tplfile

模板文件

SetTemplet()

SetTemplet(string  $tplfile) : void

设置模板

Parameters

string $tplfile

模板文件

PreLoad()

PreLoad() : void

对config参数及get参数等进行预处理

SetParameter()

SetParameter(string  $key, string  $value) : void

设置网址的Get参数键值

Parameters

string $key

string $value

SetVar()

SetVar(string  $k, string  $v) : void

设置/获取文档相关的各种变量

Parameters

string $k

string $v

GetVar()

GetVar(string  $k) : string

获取值

Parameters

string $k

Returns

string

GetArcList()

GetArcList(string  $atts, string  $refObj = '', string  $fields = array()) : array

获取当前页数据列表

Parameters

string $atts

属性

string $refObj

实例化对象

string $fields

字段

Returns

array

GetPageList()

GetPageList(string  $atts, string  $refObj = '', string  $fields = array()) : string

获取分页导航列表

Parameters

string $atts

属性

string $refObj

实例化对象

string $fields

字段

Returns

string

GetCurUrl()

GetCurUrl() : string

获得当前网址

Returns

string

Close()

Close() 

Display()

Display() : void

显示数据

SaveTo()

SaveTo(string  $filename) : string

保存为HTML

Parameters

string $filename

文件名称

Returns

string