帝国CMS模板内容页模板怎么调用信息下线时间
帝国cms模板内容页模板显示该信息下线时间的方法,下面一起来看看怎么样实现吧!标签如下:<?$info=$empire->fetch1("select*fromphome_enewsinfovotewhereclassid=&#39;$navinfor[classid]&#39;andid=&#39;$navinfor[id]……
帝国cms模板内容页模板显示该信息下线时间的方法,下面一起来看看怎么样实现吧!
标签如下:
<?$info=$empire->fetch1("select*fromphome_enewsinfovotewhereclassid='$navinfor[classid]'andid='$navinfor[id]'");echodate("Y-m-dH:i:s",$info[infodowntime]);?>