灵动
帝国CMS7.0标签调用商城内容页购买记录
帝国CMS7.0商城内容页调用该商品的购买记录,以下是思路代码。[e:loop={"select * from phome_enewsmemberadd where userid in (select userid from phome_enewsshopdd where ddid in (select ddid from phome_enewsshopdd_add where buycar like &#...
帝国CMS标签调用当前信息TAGS
此方法收集网络,本人暂时还没用过,先收藏。<? $a="$bqr[infotags]"; $str=str_replace(',', ',', $a); $tag=''; $t= explode(",", $str);...
帝国CMS标签获取当前栏目下面的子栏目
<?php $bclassid=$GLOBALS[navclassid]; //取得本栏目id //取得本栏目下的子栏目 ?> [e:l
帝国CMS标签首页调用下载地址方法
帝国CMS标签首页调用下载地址方法[e:loop={'download',10,23,0,'isgood=1'}] <li><a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a>...
帝国CMS标签多表调用最新信息
[e:loop={'select * from ( select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_news where newstime union select id,classid,titleurl,fi
帝国CMS标签多表查询
代码:[e:loop={'select * from ( select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_news where newstime union select id,classid,title
帝国CMS标签调用反馈信息
语法:[e:loop={'select * from XX_enewsfeedback order by bid desc limit 10',8,24,0}]<li><a><?=$bqr[pinpai]?><?=$bqr[chexin]?></a><a><?=$bqr[title]?></a> (<?=fo
帝国CMS标签使用方法
帝国CMS标签调用文字,段落的方法: <a href="<?=$bqsr[titleurl]?>" title="<?=$bqr['title']?>"><?=$bqr['title']?></a> 帝国CMS标签调用图片的方法: <a h...