matlabmann 2019-07-05 13:00
浏览 35
已采纳

laravel形式的错误价值

I have a privacy function.If public = 1, the post is public, else if is 0, the post is private.I have this toggle :

<label class="toggle" style="right: 185px">{{ Form::checkbox('public') }}<i class="no-rounded privancy"></i></label>

The toggle is set on public by default, but at submit, in database I receive NULL in column public. If I press the button on private, in database I Receive 1, and 1 is for PUBLIC. How it's working?How can I make this working because I need this.

  • 写回答

2条回答 默认 最新

  • dsyk33753 2019-07-05 13:06
    关注

    If you look at code that generates the checkbox, you'll see it can take up to 4 arguments, the third being whether or not it is checked by default, and what the value is. The value is 1 by default. So when you check it, it will return 1.

    public static function checkbox($name, $value = 1, $checked = null, $options = array())
    {
        return \Collective\Html\FormBuilder::checkbox($name, $value, $checked, $options);
    }
    

    Just change your form to value of 2 to return 2 when checked.

    Form::checkbox('public', 2)
    

    And as pointed out in your comments, an unchecked checkbox will not be submitted so you will have to check in the controller when you save.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度