联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
7天内的模块列表循环怎么写呢
类型:POSCMS 更新时间:2017-12-05 10:17:19 循环 模块

如题


回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2017-12-04 18:29:09
    0
    <?php $where = 'DATEDIFF(now() , FROM_UNIXTIME(`updatetime`)) = 7';?>
    {list action=module module=news where=$where num=10}
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2017-12-04 21:25:14
    0
    【遗忘】1楼谢谢你提供的方法,好像还是不行呢,是我调用的不对吗?
    where=$where
    action=module where= 有这个的吗? 在poscms 文档没看到有这个的呀,action='sql'这样的才用到的吧?不是很清楚,不过还是谢谢你。
  • 迅睿粉丝
    #3楼    迅睿粉丝
    2017-12-05 10:17:19
    0
    <?php $where = 'select * from dr_1_news where DATEDIFF(now() , FROM_UNIXTIME(`updatetime`)) = 7';?>
    {list action=sql module=news sql='$where'}