Maison > Article > Tutoriel CMS > Comment appeler des variables de modèle dans les balises intelligentes impériales cms
Comment les balises intelligentes Empire cms appellent-elles les variables du modèle ?
De nombreux amis novices ne savent pas comment appeler des variables de modèle dans la balise Empire Smart. En fait, c'est très simple. Voici un exemple simple qui peut s'y référer
.
Il est recommandé d'étudier le "Tutoriel Empire cms"
Le code est le suivant :
[e:loop={"select * from [!db.pre!]ecms_show_every where sid=".$navinfor[id]." order by id DESC limit 100",100,24,0}] <div class="pb_pic" style="display:none;width:310px;margin-left:2px;margin-right:2px;margin-bottom:4px;;height:auto;overflow:hidden;"> <div class="hid" style="display:none;position:absolute;margin-top:0px;z-index:2;width:310px;background:black;color:white;filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;"><span class="title" ><a href="<?=$bqr[titleurl]?>" target="_blank" title="<?=$bqr[title]?>" style="font-family:微软雅黑;font-size:15px;color:white;"><b> ◆ <?=$bqr[title]?></b></a></span><span style="float:right;font-size:15px;font-family:微软雅黑;color:white;"><?=$bqr[author]?></span></div> <a href="<?=$bqr[titleurl]?>" ><img style="width:310px;max-width:310px;" src='<?=$bqr[titlepic]?>' /></a> <div class="hid2" style="display:none;position:absolute;margin-top:-20px;z-index:2;height:20px;line-height:20px;width:310px;background:black;color:white;filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;"><span class="info infoText" style="font-family:微软雅黑;font-size:15px;color:white;"><span style="float:left;margin-left:5px;"><span >点击:<span><?=$bqr[onclick]?></span></span></span><span style="float:right;margin-right:5px;"><span >时间:<span><?=date("Y-m-d",$bqr[newstime])?></span></span></span></span></div> </div> [/e:loop]
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!