phpcms基本语句的用法
2021-07-11 04:05
标签:menu 程序 lists head time == blog span content 最近在做企业站,这里将phpcms里的常用语句总结一下: 1、头部: 2、常用系统常量: {CSS_PATH} {JS_PATH} {IMG_PATH} {APP_PATH}//程序目录 3、头尾替换: 4、常用调用数据: 5、推荐位调用: 6、一级栏目调用: 7、文章列表页调用关键字,或者首页调用关键字:: 8、判断是否为首页: 9、取浏览数: 10、友情链接: 11、调用单页内容: 12、显示上一页和下一页: phpcms基本语句的用法 标签:menu 程序 lists head time == blog span content 原文地址:http://www.cnblogs.com/mengshenshenchu/p/7088152.html"Content-Type" content="text/html; charset={CHARSET}" />
{template "content","header"}
{template "content","footer"}
{pc:content action="lists" catid="6" num="8" order="inputtime DESC" }
{loop $data $r}
{pc:content action="position" posid="1" order="listorder DESC" num="5"}
{loop $data $r}
{pc:content action="category" catid="0" num="8" siteid="$siteid" order="listorder ASC"}
{loop $data $r}
{pc:content action="lists" catid="$catid" num="10" order="id DESC" page="$page"}
{loop $data $r}
"{$r[url]}">{$r[title]}
php $keywords = explode(‘,‘,$r[keywords]);}
文章标签:
{loop $keywords $keyword}
"{APP_PATH}index.php?m=content&c=tag&catid={$catid}&tag={urlencode($keyword)}" class="blue"> {$keyword}
{/loop}
{/loop}
{/pc}
{if $top_parentid==0}
//首页地址
"{siteurl($siteid)}">
span id="hits">次
{pc:link action="type_list" typeid="0" siteid="1" linktype="1" order="listorder DESC" num="8"}
{loop $data $v}
"{$v[‘url‘]}" title="{$v[‘name‘]}" target="_blank">{$v[‘name‘]}
{/loop}
{/pc}
pc:get sql="SELECT content FROM v9_page where catid=‘6‘" return="data"}
{loop $data $r}
{str_cut(strip_tags($r[content]), 160)}
{/loop}
{/pc}
上一篇:css权重问题例子详解