优晟SEO

您现在的位置是:首页 > CMS教程 > 帝国cms > 正文

帝国cms

帝国cms关联外表连接sql语句

帝国   语句   外表  
佚名 2024-08-27帝国cms
内容页的关联语句[e:loop={'line',1,18,0,"title='$navinfor[line]'"}]<a href="<?=$bqsr['titleurl']?>" target="_blank"><b><<?=$bqr['title']?>>&……

帝国cms关联外表连接sql语句

内容页的关联语句

[e:loop={'line',1,18,0,"title='$navinfor[line]'"}]<a href="<?=$bqsr['titleurl']?>" target="_blank"><b><<?=$bqr['title']?>></b> <span>&nbsp;&nbsp;¥<?=$bqr['tprice']?></span></a>[/e:loop]

列表页的关联语句

$line=$empire->fetch1("select title,id,classid,newspath,filename,groupid,titleurl from phome_ecms_line where title='$r[line]' limit 1");$lineurl=sys_ReturnBqTitleLink($line);$listtemp='<li><a href="'.$lineurl.'">'.$line[title].'</a> </li>';