phpcms 标签

都说pc标签{pc:content
参数名="参数值"
参数名="参数值"
参数名="参数值"} 但是 参数名对应的具体参数值有那些,菜鸟就不知道了,现在就发一个PHPCMS V9内容模块PC标签调用说明!!不知道之前有没有人发,我找到的,觉得对菜鸟很有用就发了!!有需要的就看看吧!

PHPCMS V9内容模块PC标签调用说明
2011-03-10 10:08
PHPCMS V9内容模块PC标签调用说明

模块名:content

模块提供的可用操作

操作名 说明
lists 内容数据列表
relation 内容相关文章
hits 内容数据点击排行榜
category 内容栏目列表
position 内容推荐位列表

position操作说明如下:

--------------------------------------------------------------------------------

内容推荐位列表(position):

可用参数:

参数名 是否必须 默认值 说明
posid 是 null 推荐位ID
catid 否 null 调用栏目ID
thumb 否 0 是否仅必须缩略图
order 否 null 排序类型
num 是 null 数据调用数量

代码例子:

{pc:content action="position" posid="2" order="listorder DESC" num="4"}

{loop $data $key $val}

{$val[‘title‘]}

{/loop}

{/pc}

返回参数如下表:

字段 类型 空 默认 注释
title char(80) 否 NULL 推荐位标题
url char 否 NULL 推荐位链接地址
inputtime int(10) 否 NULL 推荐位发布时间
thumb char 是 NULL 推荐位缩略图
其他 不定 是 根据模型所设置的加入到推荐位中字段名称

--------------------------------------------------------------------------------

内容列表(lists):

可用参数:

参数名 是否必须 默认值 说明
catid 否 null 调用栏目ID
thumb 否 0 是否仅必须缩略图
order 否 null 排序类型
num 是 null 数据调用数量

代码例子:

{pc:content action="lists" catid="2" order="id DESC" num="4"}

{loop $data $key $val}

{$val[‘title‘]}

{/loop}

{/pc}

返回参数如下表:

字段 类型 空 默认 注释
title char(80) 否 NULL 推荐位标题
url char 否 NULL 推荐位链接地址
inputtime int(10) 否 NULL 推荐位发布时间
thumb char 是 NULL 推荐位缩略图
其他 不定 是 其他模型字段

--------------------------------------------------------------------------------

点击排行榜(hits):

可用参数:

参数名 是否必须 默认值 说明
catid 否 null 调用栏目ID
day 否 0 调用多少天内的排行
order 否 null 排序类型(本月排行- monthviews DESC 、本周排行 - weekviews DESC、今日排行 -dayviews DESC)
num 是 null 数据调用数量

代码例子:

{pc:content action="hits" catid="2" order="weekviews DESC" num="10"}

{loop $data $key $val}

{$val[‘title‘]}

{/loop}

{/pc}

返回参数如下表:

字段 类型 空 默认 注释
title char(80) 否 NULL 推荐位标题
url char 否 NULL 推荐位链接地址
inputtime int(10) 否 NULL 推荐位发布时间
thumb char 是 NULL 推荐位缩略图
其他 不定 是 其他模型字段

-------------------------------------------------------------------------------

相关文章(relation):

可用参数:

参数名 是否必须 默认值 说明
catid 否 null 调用栏目ID
relation 否 $relation 无需更改
keywords 否 null 内容页面取值:$rs[keywords]
num 是 null 数据调用数量

代码例子:

{pc:content action="relation" relation="$relation" catid="$catid" num="5" keywords="$rs[keywords]"}
{loop $data $r}
?{$r[title]}({date(‘Y-m-d‘,$r[inputtime])})

{/loop}
{/pc}

返回参数如下表:

字段 类型 空 默认 注释
title char(80) 否 NULL 推荐位标题
url char 否 NULL 推荐位链接地址
inputtime int(10) 否 NULL 推荐位发布时间
thumb char 是 NULL 推荐位缩略图
其他 不定 是 其他模型字段

--------------------------------------------------------------------------------

栏目列表(category):

可用参数:

参数名 是否必须 默认值 说明
catid 否 0 调用该栏目下的所有栏目,默认0,调用一级栏目
$siteid 否 1 默认调用系统站点
order 否 null 排序方式、一般按照listorder ASC排序,即栏目的添加顺序
num 是 null 数据调用数量

代码例子:

{pc:content action="category" catid="0" num="25" siteid="$siteid" order="listorder ASC"}

{loop $data $r}
{$r[catname]}
{/loop}

{/pc}

返回参数如下表:

字段 类型 默认值 说明
catid smallint 无 栏目ID
siteid tinyint(3) 0 站点ID
module varchar(15) 无 模块ID
type tinyint(1) 1 栏目类型ID
modelid tinyint(5) 5 模型ID
parentid smallint(5) 5 上级父栏目
arrparentid varchar(255) 无 所有父栏目
child tinyint(1) 0 子栏目
arrchildid mediumtext 无 所有子栏目
catname varchar(30) 无 栏目名称
image varchar(100) 无 栏目图片
description mediumtext 无 栏目描述
parentdir varchar(100) 无 父栏目目录
catdir varchar(30) 无 栏目目录
url varchar(100) 无 栏目链接
items mediumint(8) 0 栏目内容数
hits int(10) 0 点击数
setting mediumtext 无 栏目设置
listorder smallint(5) 0 排序
ismenu tinyint(1) 0 是否显示
sethtml tinyint(1) 0 是否生成到根目录
letter varchar(30) 无 栏目拼音

时间: 2024-11-06 03:43:25

phpcms 标签的相关文章

PhpCMS标签:专题模块special标签

专题模块 专题模块PC标签调用说明 模块名:special 模块提供的可用操作 操作名 说明 lists 专题列表 content_list 专题信息列表 hits 专题信息点击排序 下面对所有的操作分开说明 专题列表(lists): 可用参数: 参数名 是否必须 默认值 说明 siteid 否 当前站点 站点ID elite 否 null 是否推荐 isthumb 否 null 必须有缩略图 listorder 否 null 排序方式 代码例子: {pc:special action="lis

phpcms 标签解析

phpcms 每个pc标签对应modules控制器下一个 tag.class类 比如 {pc:content action="position" posid="2" order="listorder DESC" num="4"} <ul> {loop $data $key $val} <li> <a href="{$val['url']}">{$val['title']}

PHPCMS标签:get标签

GET标签源自于PHPCMS 2008版,其使用SQL语句直接获取数据的特性,成为大家制作模板的首选. 在V9中这样强大的工具也得到保留下来. GET标签使用方式如下: {pc:get sql="SELECT * FROM phpcms_member" cache="3600" page="$page" dbsource="discuz" return="data"} <ul> {loop $d

PHPCMS标签大全

{$head[title]} 页面标题,用法: {$phpcms[sitename]} 网站名称 用法: {$head[keywords]} 要害字 用法: {$head[description]} 网页描述 用法: {$phpcms[version]} phpcms版本 用法: {phpcms_path} 指向网站根目录 用法: {$module[ads][linkurl]} 广告模块域名路径 用法: {$module[vote][linkurl]} 投票模块域名路径 与上面面是相同的,这样可

PHPCMS标签:PC标签模板语法规则

模板语法规则1.变量表示{$name} 被解析成 <?=$name?>,表示显示变量$name的值,其中的“name”由英文字母.数字和下划线组成首字母必须是英文字母或者下划线. 2.常量表示{name}被解析成<?=name?>,表示显示常量name的值,其中的“name”由英文字母.数字和下划线组成首字母必须是英文字母或者下划线. 3.条件判断{if *} * {else} * {else} * {/if} 或者 {if *} * {/if},其中{if *}中的*就是此判断语

phpcms 标签调用

栏目内容 thumb缩略图 posid推荐位{pc:content  action="position" posid="15"  order="listorder DESC" thumb="1" num="5"}    {loop $data $r}    {str_cut($r['title'],400)}{$r[thumb]}    {date('Y-m-d',$r[inputtime])} {str_

phpcms标签云

{pc:get sql="SELECT keyword FROM v9_keyword WHERE siteid=$siteid AND searchnums > 5 ORDER BY rand()" num="20" return="keywords"} {loop $keywords $k=>$v}<a href="/index.php?typeid={$v['typeid']}&m=search&

phpcms标签大全V9

转自:http://blog.csdn.net/cloudday/article/details/7343448调用头部 尾部 {template "content","header"} . {template "content","footer"} {siteurl($siteid)} 首页链接地址 <a href="{siteurl($siteid)}/"><img src="

phpcms标签使用 —— 系统常量

以下系统常量全局可用 1 2 3 4 5 6 7 8 9 10 11 12 13 CACHE_PATH 缓存文件夹地址 SITE_PROTOCOL 主机协议 SITE_URL 当前访问的主机名 HTTP_REFERER  来源 SYS_START_TIME 系统开始时间 CHARSET  页面字符集 SYS_TIME 当前时间戳 WEB_PATH  网站根路径 JS_PATH  JS路径 CSS_PATH CSS路径 IMG_PATH  图片路径 APP_PATH  动态程序路径  PLUGIN