phpcms部分标签使用说明——kdchxue

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">&middot;<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">&middot;<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}

phpcms部分标签使用说明——kdchxue

时间: 2025-01-14 16:08:23

phpcms部分标签使用说明——kdchxue的相关文章

AndroidMainifest标签使用说明5——&lt;compatible-screens&gt;

格式: <compatible-screens> <screen android:screenSize=["small" | "normal" | "large" | "xlarge"] android:screenDensity=["ldpi" | "mdpi" | "hdpi" | "xhdpi"] /> ... <

AndroidMainifest标签使用说明6——&lt;category&gt;

格式: <category android:name="string" /> 父标签: <intent-filter> 描述: 添加分类名称到Intent过滤器. 参数: android:name 分类的名称.标准的分类在Intent类的API中又描述,像"CATEGORY_*"常量.指定的时候需要加"android.intent.category."前缀.比如常量值为CATEGORY_LAUNCHER的应该是 "

AndroidMainifest标签使用说明2——&lt;activity&gt;

格式: <activity android:allowTaskReparenting=["true" | "false"] android:alwaysRetainTaskState=["true" | "false"] android:clearTaskOnLaunch=["true" | "false"] android:configChanges=["mcc&quo

JSTL标签使用说明

JSTL标签使用说明 1.EL语言介绍 EL语言是JSTL输出(输入)一个JAVA表达式的表示形式. 在JSTL中,EL语言只能在属性值中使用.EL语言只能通过建立表达式${exp1}来进行调用.在属性值中使用表达式有三种方式. 1. value属性包含一个表达式 在这种情况下,表达式值被计算出来并根据类型转换规则赋值给value属性.比如:中的${username}就是一个EL,它相当于JSP语句<%=request.getAttribute(“username”)%>或<%=sess

AndroidMainifest标签使用说明1——&lt;action&gt;

1.<action> 格式: <action android:name="string" /> 父标签: <intent-filter> 描述: 一个<intent-filter>必须包含一或一个以上的<action>.如果不包含则不会有Intent被拦截. 参数: android:name 表示的是action的名称,一些标准的action已经在Intent类中定义了,可以查询Intent的api查看.可以通过 "

meta标签 使用说明(http-equiv、refresh、seo)

meta标签 使用说明(http-equiv.refresh.seo) meta标签,是在head标签里面,一般用做页面描述的.它的内容,用来描述页面一些信息的,如类型.编码.作者.简介等!虽然,它不作为页面布局显示,但实际上用途非常广的!具体的html定义在:meta定义 meta组成部分 meta标签共有两个属性,它们分别是http-equiv属性和name属性,不同的属性又有不同的参数值,这些不同的参数值就实现了不同的网页功能. name属性主要用于描述网页,与之对应的属性值为conten

Struts2页面开发中常用标签使用说明

1. Struts2页面开发中常用标签使用说明 1.1.往action里传值的使用方式: <input name="userName" type="text" class="input6" size="15"> a. userName属性需要在访问的action中提供相应的属性,并有SET/GET方法. b. 可以不在访问的action中提供相应的属性,用request. getParameter_r(“userN

phpcms pc标签详解

PHPCMS V9内容模块PC标签调用说明 模块名:content 模块提供的可用操作 操作名 说明 lists 内容数据列表 relation 内容相关文章 hits 内容数据点击排行榜 category 内容栏目列表 position 内容推荐位列表 position操作说明如下: -------------------------------------------------------------------------------- 内容推荐位列表(position): 可用参数:

AndroidMainifest标签使用说明3——&lt;activity-alias&gt;

格式: <activity-alias android:enabled=["true" | "false"] android:exported=["true" | "false"] android:icon="drawable resource" android:label="string resource" android:name="string" andr