联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
判断用户是否在栏目中发布过文章
类型:POSCMS 更新时间:2018-09-26 17:21:33 文章
如何判断在当前自定义模块(services)的栏目中发布过文章
{if $ci->db->where('cid', $id)->where('uid', $member.uid)->count_all_results('1_services')}
发布过,显示服务链接 
{else}
未发布显示发布链接
{/if}


回帖
  • laowt
    #1楼    laowt
    2018-09-26 17:01:27
    0

    如上写法显示数据库错误

    Error Number: 1054Unknown column 'cid' in 'where clause'SELECT COUNT(*) AS `numrows` FROM `dr_1_services` WHERE `uid` = 13 AND `cid` IS NULLFilename: /data/home/qxu1608220182/htdocs/cache/templates/templates.mobile.ixhoo.home.services.list.html.mobile..cache.phpLine Number: 17
  • laowt
    #2楼    laowt
    2018-09-26 17:20:51
    0
    {if $ci->db->where('catid', $catid)->where('uid', $member.uid)->count_all_results('1_services')}
    
    发布过,显示服务链接 
    {else}
    未发布显示发布链接
    {/if}
    满意答案
  • laowt
    #3楼    laowt
    2018-09-26 17:21:33
    0
    找到问题 ,分享一下