gpt4 book ai didi

php - Laravel Eloquent : Return Array key as the fields ID

转载 作者:IT王子 更新时间:2023-10-29 00:55:14 25 4
gpt4 key购买 nike

当我通过 Laravel 的 Eloquent ORM 执行查询时,我想将行 ID 作为数组结果键,当我想根据 ID(使用 array_key_exists)检查某些内容或进行一些查找时,这将使事情变得更容易(如果我需要结果数组中的特定条目)

有什么方法可以告诉 Eloquent 将键设置为字段 ID? see image

最佳答案

你可以这样做

Model::all()->keyBy('category_id');

干杯:)

关于php - Laravel Eloquent : Return Array key as the fields ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26865877/

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