找不到帮助文档?你想要哪方面的帮助教程?提交文档建议 >
帮助文档首页
DiYunCMS公众号
公众号二维码

限制用户发布数量-比如只能发布1条内容

更新时间:2023-09-15 加入收藏
0

限制用户某些模块应用内容发布数量限制,比如只能发布1条


示例1:模块Demo下表单Test内容只能发布1条

dayrui/App/Demo/Controllers/Test.php

public function post() {

    // 提交前的操作
    if (XR_M()->table_site("store_form_jiaqun")->where('cid', $this->cid)->where("uid", $this->uid)->counts() > 0) {
        \Phpcmf\Service::C()->_json(0, '只能添加1条');
    }

    // 提交处理
    $this->_Home_Post();
}


--
有帮助
--
没帮助
0
收藏
0
打赏
相关文档
Hello,欢迎来咨询~
点击在线咨询