SetTemplate() SetTemplate(string $tplfile) : void 设置模板 如果想要使用模板中指定的pagesize,必须在调用模板后才调用 SetSource($sql) Parameters string $tplfile 模板文件
SetParameter() SetParameter(string $key, string $value) : void 设置网址的Get参数键值 Parameters string $key 键 string $value 值
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