帝国cms文章软件关联示例
时间:2023年05月22日
/来源:网络
/编辑:佚名
1、副标题关联示例:
<?php
$ftitle=$navinfor[ftitle]; //取得本栏目副标题
?>
[e:loop={"select * from phome_ecms_app where ftitle ='$navinfor[ftitle]' limit 1",10,24,0}]
<div class="soft_down">
<a href="<?=$bqsr['titleurl']?>" target="_blank"><img alt="<?=$bqr['title']?>" src="<?=$bqr['titlepic']?>"></a>
<div class="lft txt" style="width:350px;">
<h3><a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a></h3>
<p><span>游戏版本:</span><?=$bqr['banben']?> <span>游戏大小:</span><?=$bqr['size']?></p>
<p class="jieduan"><span>简评:</span><?=$bqr['jianping']?></p>
</div>
<div class="rgt btn" id="follow">
<div class="down lft"><a href="<?=$bqsr['titleurl']?>" target="_blank"></a></div>
<div class="erwma lft"><a href="#" onmouseover="showPlusMobile_1();" onmouseout="hidePlusMobile_1();"></a> </div>
<div class="layer_follow" id="layer_follow_1" onmouseover="showPlusMobile_1();" onmouseout="hidePlusMobile_1();">
<p class="txtCtr"><img src="http://pan.baidu.com/share/qrcode?w=150&h=150&url=<?=$public_r['add_murl']?>[!--titleurl--]"></p>
<p class="txtCtr">用手机扫描下载</p>
</div>
</div>
</div>
[/e:loop]
2、自定义字段关联:
[e:loop={"select * from phome_ecms_news where guanlian ='$navinfor[guanlian]' limit 1",10,24,0}]
<div class="art_show_game">
<div class="bd">
<div class="bd-item">
<p class="pic">
<a href="<?=$bqr['titleurl']?>" target="_blank">
<img src="<?=$bqr['titlepic']?>" alt="<?=$bqr['title']?>">
</a>
</p>
<div class="info">
<p class="tit"><a href="<?=$bqr['titleurl']?>" target="_blank"><?=$bqr['title']?></a></p>
<p class="attr">
<span>大小:<?=$bqr['dx']?></span>
<span>评分:<?=$bqr['pingfen']?></span>
</p>
<p class="attr">
<span>类型:<?=$bqsr[classname]?></span>
<span><em>版本:</em><?=$bqr['banben']?></span>
</p>
</div>
<div class="btns">
<a class="btn" href="<?=$bqr['titleurl']?>" target="_blank">立即下载</a>
<a class="btn btn-view" href="<?=$bqr['titleurl']?>" target="_blank">查看详情</a>
</div>
</div>
</div>
</div>
[/e:loop]
3、自定义字段关联具体ID:
[e:loop={"select * from [!db.pre!]ecms_phone where id ='$navinfor[phoneid]' order by newstime desc limit 10",0,24,0}]
<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br>
[/e:loop]
效果如下图所示,更多玩法,自己多试。
<?php
$ftitle=$navinfor[ftitle]; //取得本栏目副标题
?>
[e:loop={"select * from phome_ecms_app where ftitle ='$navinfor[ftitle]' limit 1",10,24,0}]
<div class="soft_down">
<a href="<?=$bqsr['titleurl']?>" target="_blank"><img alt="<?=$bqr['title']?>" src="<?=$bqr['titlepic']?>"></a>
<div class="lft txt" style="width:350px;">
<h3><a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a></h3>
<p><span>游戏版本:</span><?=$bqr['banben']?> <span>游戏大小:</span><?=$bqr['size']?></p>
<p class="jieduan"><span>简评:</span><?=$bqr['jianping']?></p>
</div>
<div class="rgt btn" id="follow">
<div class="down lft"><a href="<?=$bqsr['titleurl']?>" target="_blank"></a></div>
<div class="erwma lft"><a href="#" onmouseover="showPlusMobile_1();" onmouseout="hidePlusMobile_1();"></a> </div>
<div class="layer_follow" id="layer_follow_1" onmouseover="showPlusMobile_1();" onmouseout="hidePlusMobile_1();">
<p class="txtCtr"><img src="http://pan.baidu.com/share/qrcode?w=150&h=150&url=<?=$public_r['add_murl']?>[!--titleurl--]"></p>
<p class="txtCtr">用手机扫描下载</p>
</div>
</div>
</div>
[/e:loop]
2、自定义字段关联:
[e:loop={"select * from phome_ecms_news where guanlian ='$navinfor[guanlian]' limit 1",10,24,0}]
<div class="art_show_game">
<div class="bd">
<div class="bd-item">
<p class="pic">
<a href="<?=$bqr['titleurl']?>" target="_blank">
<img src="<?=$bqr['titlepic']?>" alt="<?=$bqr['title']?>">
</a>
</p>
<div class="info">
<p class="tit"><a href="<?=$bqr['titleurl']?>" target="_blank"><?=$bqr['title']?></a></p>
<p class="attr">
<span>大小:<?=$bqr['dx']?></span>
<span>评分:<?=$bqr['pingfen']?></span>
</p>
<p class="attr">
<span>类型:<?=$bqsr[classname]?></span>
<span><em>版本:</em><?=$bqr['banben']?></span>
</p>
</div>
<div class="btns">
<a class="btn" href="<?=$bqr['titleurl']?>" target="_blank">立即下载</a>
<a class="btn btn-view" href="<?=$bqr['titleurl']?>" target="_blank">查看详情</a>
</div>
</div>
</div>
</div>
[/e:loop]
3、自定义字段关联具体ID:
[e:loop={"select * from [!db.pre!]ecms_phone where id ='$navinfor[phoneid]' order by newstime desc limit 10",0,24,0}]
<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br>
[/e:loop]
效果如下图所示,更多玩法,自己多试。
新闻资讯 更多
- 【帝国cms教程】帝国CMS模板变量$GLOBALS[navclassid]用法分析04-03
- 【帝国cms教程】鲜为人知帝国CMS内容页调用上一篇和下一篇的精华方法汇总04-03
- 【帝国cms教程】怎么快速找出帝国CMS数据库配置文件路径及迁移网站后修改技巧!04-03
- 【帝国cms教程】帝国CMS模板$GLOBALS[navclassid]用法详解04-03
- 【帝国cms教程】帝国cms 7.5版列表页分页样式修改笔记04-02
- 【帝国cms教程】解决帝国CMS搜索页面模板不支持灵动标签和万能标签的方法04-02
- 【帝国cms教程】帝国CMS只备份栏目和模板的方法04-02
- 【帝国cms教程】帝国CMS怎样删除清空数据库记录?04-02
热门文章
- 178Moban源码谈谈免费源码与收费源码的区别
- 2帝国CMS忘记后台登陆用户名、密码、认证码的解决方法
- 3帝国CMS(EmpireCMS) v7.5后台任意代码执行漏洞及具体修复方法
- 4帝国CMS和WordPress 哪个好?哪个适合建站?
- 5如何解决Discuz的密码错误次数过多请15分钟后登陆的问题
- 6帝国cms灵动标签取得内容和栏目链接地址
- 7emlog pro 注册码“开心”教程(如果有一天,emlog官方版 或者 emlog免费版 跑路了,那用户怎么办?)
- 8织梦CMS在nginx下设置伪静态方法(附nginx伪静态规则)
- 9帝国cms后台登录出现”您还未登录”怎么解决?
- 10帝国cms7.5忘记登录密码 和忘记登录认证码以及多次登录 失败被锁定解决办法