织梦自定义dede:php与dede:sql使用变量
Posted dedevip
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了织梦自定义dede:php与dede:sql使用变量相关的知识,希望对你有一定的参考价值。
php文件
require_once(dirname(__FILE__)."/../../include/common.inc.php");
require_once DEDEINC.‘/arc.partview.class.php‘;
$arc = new PartView();
$tempfile = $cfg_basedir.$cfg_templets_skin.‘/mood_ranking.htm‘;//模板文件
$arc->SetTemplet($tempfile);
$arc->Display();
模板文件
{dede:php}
$refObj->Fields[‘ranktime‘] = time()-($day*86400);
{/dede:php}
{dede:sql sql="SELECT arc.*,tp.typedir,tp.typename,tp.corank,tp.isdefault,tp.defaultname,tp.namerule,tp.namerule2,tp.ispart,tp.moresite,tp.siteurl,tp.sitepath FROM `#@_archives` arc LEFT JOIN `#@_arctype` tp ON arc.typeid=tp.id where arc.arcrank>-1 AND arc.typeid=8 ORDER BY arc.id desc limit 0, 10"}
[field:id runphp=yes][email protected];@me=‘‘;$url=GetOneArchive($id);@me=$url[‘arcurl‘];[/field:id] - [field:title/]
{/dede:sql}
以上是关于织梦自定义dede:php与dede:sql使用变量的主要内容,如果未能解决你的问题,请参考以下文章