位置:首页 > CMS教程 > 帝国CMS

帝国cms自定义列表(帝国cms灵动标签调用多表多模型调用文章的方法)

发布时间:2023-03-01 17:16:37

文章来源:快乐收录网

访问次数:

 

调用多模型的最新文章

[e:loop={select * from (  select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_movie where newstime union  select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_news where newstime union  select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_photo where newstime union  select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_flash where newstime union  select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_article where newstime ) a order by newstime desc limit 10,10,24,1}]  <a href="<?=$bqsr[titleurl]?>" target="_blank"><?=$bqr[title]?></a> <br> [/e:loop]

帝国CMS多表调用最新信息,该演示代码为默认数据表下全站最新10条图片信息,自己根据需求可以附加条件,实现全站点击,全站头条,全站推荐等等.注释:以上多个模型用“Union”连接调用fD1快乐收录网

若只调用图片:要加ispic=1条件

举例:fD1快乐收录网

[e:loop={select * from ( select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_news where newstime and ispic=1 union select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_photo where newstime and ispic=1 union select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_flash where newstime and ispic=1 union select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_article where newstime and ispic=1) a order by newstime desc limit 10,10,24,1}] <a href="<?=$bqsr[titleurl]?>" target="_blank"><img src="<?=$bqr[titlepic]?>"/><?=$bqr[title]?></a> <br> [/e:loop] 
fD1快乐收录网

  《帝国cms自定义列表(帝国cms灵动标签调用多表多模型调用文章的方法)》更新于时间:2023-03-01 17:16:37;由本站小编进行发布,目前浏览的小伙伴达到,感谢你们的支持,后期快乐收录网小编会继续为大家更新更多相关的文章,希望广大网友多多关注快乐收录网工作心得栏目,如果觉得本站不错,那就给我们一个分享的支持吧!

帝国cms自定义列表(帝国cms灵动标签调用多表多模型调用文章的方法)特别声明

本站快乐收录网提供的帝国cms自定义列表(帝国cms灵动标签调用多表多模型调用文章的方法)都来源于网络,不保证文章的准确性和真实性,同时,对于该文章所造成的影响,不由快乐收录网实际控制,在2023-03-01 17:16:37收录时,该网页上的内容,都属于合规合法,如有侵权违规,可以直接联系网站管理员进行整改或删除,快乐收录网不承担任何责任。

快乐收录网:致力于优质、实用的网络站点资源收集与分享!本文地址:https://nav.klxjz.cn/CMS/empirecms/91676.html转载请注明

标签: