统计会员在news表总共发布了多少条信息
{php echo\Phpcmf\Service::M()->db->table('1_news')->where('uid', $member.uid)->countAllResults();}
增加栏目条件
{php echo\Phpcmf\Service::M()->db->table('1_news')->where('catid', $t.catid)->where('uid', $t.uid)->countAllResults();}