POSCMS 版主:POSCMS负责人
如何判断当前文章已经被当前会员收藏了?
类型:POSCMS 更新时间:2018-05-12 19:34:24 文章 会员

如何判断当前文章已经被当前会员收藏了

回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2018-05-10 08:49:08
    0
    {if $ci->db->where("uid", $member.uid)->where("cid", $id)->get("1_bbs_favorite")->row_array()}
    收藏了
    {/if}
    满意答案
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2018-05-12 19:34:24
    0
    谢谢 非常感谢