$dsql
$dsql :
搜索视图类
__construct(integer $typeid, string $keyword, string $orderby, string $achanneltype = "all", string $searchtype = '', string $starttime, string $upagesize = 20, string $kwtype = 1, string $mid) : string
php5构造函数
integer | $typeid | 栏目ID |
string | $keyword | 关键词 |
string | $orderby | 排序 |
string | $achanneltype | 频道类型 |
string | $searchtype | 搜索类型 |
string | $starttime | 开始时间 |
string | $upagesize | 页数 |
string | $kwtype | 关键词类型 |
string | $mid | 会员ID |
GetArcList(integer $limitstart, integer $row = 10, integer $col = 1, integer $titlelen = 30, integer $infolen = 250, integer $imgwidth = 120, integer $imgheight = 90, string $achanneltype = "all", string $orderby = "default", string $innertext = "", string $tablewidth = "100") : string
获得文档列表
integer | $limitstart | 限制开始 |
integer | $row | 行数 |
integer | $col | 列数 |
integer | $titlelen | 标题长度 |
integer | $infolen | 描述长度 |
integer | $imgwidth | 图片宽度 |
integer | $imgheight | 图片高度 |
string | $achanneltype | 列表类型 |
string | $orderby | 排列顺序 |
string | $innertext | 底层模板 |
string | $tablewidth | 表格宽度 |