菜鸟求教这段代码的意思<tpshop sql="select * from

浏览:1037 发布日期:2017/05/18 分类:ThinkPHP5专区
<div class="first">
<ul>
<tpshop sql="select * from `__PREFIX__goods` where is_new = 1 and is_hot = 1 and is_recommend = 1 and is_on_sale = 1 order by sort desc limit 4" item="v" key="k" >
<li class="sellers">
因为是在模板里直接调用的,不是很理解,谢谢!
<tpshop sql="select * from `__PREFIX__goods` where is_new = 1 and is_hot = 1 and is_recommend = 1 and is_on_sale = 1 order by sort desc limit 4" item="v" key="k" >
为什么可以这样直接用sql查询
最佳答案
评论( 相关
后面还有条评论,点击查看>>