GXCMS/常用代码参考

来自站长百科
跳转至: 导航、​ 搜索

GXCMS | 安装 | 系统使用 | 模版使用 |

常用函数列表

{:urlencode(中文编码)}
{:urldecode(url解码)}
{:number_format($vod_gold,1)}1位小数 {$video.hits|number_format}
{:htmlspecialchars($vod_content)} 
{$gxcms.username|urlencode}
{$gxcms.addtime|date='Y-m-d H:i:s',###}
{$content|remove_xss}
{$comment.content|htmlspecialchars|remove_xss}
{:get_cms_hits('movie',$id,$add)}
{:get_channel_count(-1)}统计所有影片
{:get_channel_count(0)}统计当天更新
{:get_channel_count(cid)}统计具体分类
{:get_channel_son($menu['list_id'])}是否没有小类()
{:get_hilight($string,$keyword,'color')} 高亮关键字{$actor|get_replace_html=0,14|get_hilight=$keyword}
{:is_numeric($serial)}判断是否为数字
{:get_show_url('video',array('id'=>$cid,'area'=>urlencode('内地')),1)} 获取栏目页路径
{:get_read_url($mid,$id,$cid,$jumpurl,$name,$page)}
{:U('Home-video/lists',array('id'=>$cid,'area'=>urlencode('中国')),false,true)}

常用判断语句

<if condition="c(url_html) eq 1">静态模式<else/>非静态</if>
<if condition="c(url_html_play) eq 1">播放页生成静态<else/>播放页不生成静态</if>

参考来源[ ]

GXCMS使用手册导航

安装

系统使用

判断标签说明if | 模块变量及循环标签导航 | 模块变量及循环标签留言 | 模块变量及循环标签文章 | 模块变量及循环标签评论 | 系统变量标签全局 | 模块变量及循环标签专题 | 循环标签之幻灯 | GXCMS数据调用说明 | 模块变量及循环标签视频 | 常用代码参考

模版使用

模版中包含文件 | 模版中使用PHP函数 | 模版文件结构说明 | 播放列表增加排序 | 更换模版