gpt4 book ai didi

php - 如何在 laravel 4.2 中获取可填充变量作为数组

转载 作者:行者123 更新时间:2023-12-02 02:40:08 26 4
gpt4 key购买 nike

当我们创建任何模型类时,我们会创建 protected 可填充变量

我用这个就像

$model = new Demo;
$model->fillable // but now working
$model->fillable() // but now working.

实际上我想循环该变量

但我不想创建任何额外的变量,也不想更改变量

将类型从 protected 改为 public。

提前致谢......

最佳答案

模型有一个 getFillable() 方法,该方法将返回 $fillable 属性的值。

$model = new Demo();
dd($model->getFillable());

关于php - 如何在 laravel 4.2 中获取可填充变量作为数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39859983/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com