Home > CMS Tutorial > Empire CMS > body text

5 minutes to understand how to call special information in Empire CMS 7

silencement
Release: 2019-12-02 15:54:06
forward
2432 people have browsed it

5 minutes to understand how to call special information in Empire CMS 7

The recommended information cannot be called by default using imperial cms

Just write a sql to call it directly

The code is as follows:

[e:indexloop={'select a.* from phome_ecms_movie a,phome_enewsztinfo b where a.id=b.id and a.isgood>0 and 
(b.ztid=2 
or b.ztid=3) order by newstime desc limit 10',10,11,'','',''}]
<li><p class="cover"><a href="<?=$bqsr[&#39;titleurl&#39;]?>/" class="pic"><img src="/loading.gif"" _src="<?=$bqr
[&#39;titlepic&#39;
]?>" alt="<?=$bqr[&#39;title&#39;]?>" /></a><span><a href="<?=$bqsr[&#39;titleurl&#39;]?>/" target="_blank" class="yellow">
<?=$bqr
[&#39;state&#39;]?></a></span></p><a href="<?=$bqsr[&#39;titleurl&#39;]?>/" title="<?=$bqr[&#39;title&#39;]?>"><?=$bqr[&#39;title&#39;]?></a>
</li>
[/e:indexloop]
Copy after login

testavailable

Recommended to study "Empire cms tutorial"

The above is the detailed content of 5 minutes to understand how to call special information in Empire CMS 7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:www.word666.com/cms
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template