phpcms标签用法(转)
2018-06-22 05:33:10来源:未知 阅读 ()
1.显示指定catid的栏目名称和链接 {$CATEGORYS[25]['catname']} {$CATEGORYS[25]['url']}
获取父栏目id/获取父栏目名称 $CATEGORY[$catid][parentid]} 父栏目名称:{$CATEGORYS[$CAT[parentid]][catname]}
去掉标题限制后出现的省略号
{str_cut($r[title],36,'...')}
格式化时间 2011-05-06 11:22:33
{date('Y-m-d H:i:s',$r[inputtime])}
{date('Y年m月d日',$r[inputtime])}
------------------------------------------------------------------------------------------------------
2.调用子栏目(在栏目首页模板需要用到,列表页也可以用到)
{pc:content action="category" catid="$catid" num="25" siteid="$siteid" order="listorder ASC"}
{loop $data $r}
<a href="{$r[url]}">{$r[catname]}</a> |
{/loop}{/pc}
------------------------------------------------------------------------------------------------------
3.得到指定栏目下的新闻
(1)这里moreinfo="1"表示主副表关联起来 可以直接使用
{pc:content action="lists" catid="$catid" num="25" order="id DESC" return="info" moreinfo="1"}
{loop $info $r}
更新日期:{date('Y年m月d日',$r[updatetime])}
作者:{$r[username]}
来源:{$r[copyfrom]}
点击率{$r[readpoint]}
网址{$r[url]}
文章标题 {$r['title']}
标题样式{title_style($v[style])}
{/loop}
{/pc}
<p>=====================</p
(2)sql万能语句可以调用指定内容 更方便
{pc:get sql="select * from v9_news as a,v9_news_data as b where a.id=b.id and catid=34 and status=99 order by a.id desc"}
{loop $data $v}
<li><a href="{$v['url']}" target="_blank"><img src="{$v[thumb]}" width="146" height="117" /></a></li>
{/loop}
{/pc}
{pc:get sql="select * from v9_news where catid=10 and status=99 order by updatetime desc" num="5" start="23"}
{loop $data $rs}
<a href="{$rs['url']}" title="{$rs['title']}" target="_blank">{$rs['title']}</a>
{/loop}
{/pc}
<p>=====================</p
(3)文章从指定位置开始调用 (position推荐位使用)
起始位置为5,调用3条。相当于limit功能。
{pc:content action="position" posid="27" order="listorder DESC" num="3" start="5"}
{loop $info $r}
<a href='{$r[url]}'>{str_cut($r[description],115)}... </a>
{/loop}
{/pc}
或{pc:content action="lists" catid="54" thumb="" order="listorder DESC" start="3" num="5"} thumb="" 不分类
<p>=====================</p>循环列表新闻
<div class="content">
{pc:content action="position" posid="9" order="listorder DESC" num="4"}
{loop $data $r}
<a href="{$r[url]}" title="{$r[title]}">{str_cut($r[title],36,'')}</a>{date('Y-m-d H:i:s',$r[inputtime])}
<p>{if $n==1}<img src="{thumb($r[thumb],90,60)}" width="90" height="60"/>{/if}{str_cut($r[description],112,'')}<a href="{$r[url]}">[reading more]</a></p>
{/loop}
{/pc}
</div>
<p>=====================</p>
(4).有分页效果
{pc:get sql="select * from wecheweyounews where hour=$hour order by id desc" return="data" num="50" page="$page"}
<ul >
{loop $data $r}
<li><span class="left">·<a href="{$r['url']}" target="_blank">{str_cut($r['title'],60)}</a>(编辑:{$r[username]})</span><span class="right">{date("Y-m-d",$r['inputtime'])}</span></li></li>
<?php
if($n%5==0 and $n<50) echo "</ul><ul>";
?>
{/loop}
</ul>
</div>
<div id="pages" class="text-c">{$pages}</div>
{/pc}
------------------------------------------------------------------------------------------------------
4. <!--首页焦点图推荐 就图片切换那个东西-->
{pc:content action="position" posid="1" order="listorder DESC" thumb="1" num="5"}
{loop $data $r}
<a href="{$r['url']}" title="{str_cut($r['title'],30)}"><img src="{thumb($r['thumb'],300,200)}" alt="{$r['title']}" width="310" height="260" /></a>
{/loop}
{/pc}
5分页
前台调用num="50"指每页50条记录
{pc:get sql="select * from wecheweyounews where hour=$hour order by id desc" return="data" num="50" page="$page"}
<ul >
{loop $data $r}
<li><span class="left">·<a href="{$r['url']}" target="_blank">{str_cut($r['title'],60)}</a>(编辑:{$r[username]})</span><span class="right">{date("Y-m-d",$r['inputtime'])}</span></li></li>
<?php
if($n%5==0 and $n<50) echo "</ul><ul>";
?>
{/loop}
</ul>
</div>
<div id="pages" class="text-c">{$pages}</div>
{/pc}
转自:
偏爱的博客
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:引言
下一篇:ngixn配置ssl
- php 中的closure用法详解 2020-03-13
- php不写闭合标签的好处 2020-02-24
- 详解PHP字符串替换str_replace()函数四种用法 2020-01-16
- PHP中set error handler函数用法小结 2019-12-25
- 分析php中注册器模式类用法实例 2019-12-02
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash