Home>Article>CMS Tutorial> How to call template variables in imperial cms smart tags

How do empire cms smart tags call template variables?
Many novice friends don’t know how to call template variables in the Empire Smart tag. In fact, it is very simple. Here is a simple example. Interested friends can refer to it
It is recommended to study "Empire cms tutorial"
The code is as follows:
[e:loop={"select * from [!db.pre!]ecms_show_every where sid=".$navinfor[id]." order by id DESC limit 100",100,24,0}] [/e:loop]
The above is the detailed content of How to call template variables in imperial cms smart tags. For more information, please follow other related articles on the PHP Chinese website!