中文在线一区二区_欧美在线综合_久久久久久综合_欧美一区二区三区视频_国产免费看_国产福利精品一区

一對多關聯 hasMany

定義關聯

<?php
declare(strict_types=1);

namespace EasySwoole\FastDb\Tests\Model;

use EasySwoole\FastDb\AbstractInterface\AbstractEntity;
use EasySwoole\FastDb\Attributes\Property;
use EasySwoole\FastDb\Attributes\Relate;
use EasySwoole\FastDb\Tests\Model\UserCar;

/**
 * @property int    $id
 * @property string $name
 * @property int    $status
 * @property int    $score
 * @property string $email
 */
class User extends AbstractEntity
{
    #[Property(isPrimaryKey: true)]
    public int $id;
    #[Property]
    public ?string $name;
    #[Property]
    public ?int $status;
    #[Property]
    public ?int $score;
    #[Property]
    public ?int $create_time;
    #[Property]
    public ?string $info;
    #[Property]
    public ?string $foo;
    #[Property]
    public ?string $bar;
    #[Property]
    public ?int $login_time;
    #[Property]
    public ?int $login_times;
    #[Property]
    public ?int $read;
    #[Property]
    public ?string $title;
    #[Property]
    public ?string $content;
    #[Property]
    public ?string $email;

    public function tableName(): string
    {
        return 'easyswoole_user';
    }

    #[Relate(
        targetEntity: UserCar::class,
        targetProperty: 'user_id'
    )]
    public function cars()
    {
        return $this->relateMany();
    }
}

關聯查詢

<?php
$article = User::findRecord(1);
// 獲取用戶擁有的所有車輛品牌
$listResult = $article->cars();
foreach ($listResult as $userCar) {
    echo $userCar->car_name . "\n";
}
// or
$objectArr = $listResult->toArray(); // 轉換為 對象數組
foreach ($objectArr as $userCar) {
    echo $userCar->car_name . "\n";
}
主站蜘蛛池模板: 日韩欧美国产一区二区 | 日本高清视频在线播放 | 欧美成人精品激情在线观看 | 一级黄色免费毛片 | 精品视频免费观看 | 亚洲精品一区二区 | 久久久久国产一区二区三区四区 | 一级全黄少妇性色生活片免费 | 成人午夜视频在线 | 一二三区字幕免费观看av | 欧洲一级毛片 | 男人的天堂在线免费视频 | 不卡av电影在线观看 | 操操操干干| 欧美人交a欧美精品 | 亚洲国产成人精品久久久国产成人一区 | 性色国产 | 午夜免费av | 成人男女啪啪免费观软件 | 亚洲国产日韩一区 | 久久露脸国产精品 | 成人在线免费看 | 日韩电影免费在线观看中文字幕 | 伊人激情 | 欧美中文字幕一区二区三区亚洲 | av香蕉| 亚洲视频自拍 | www.欧美日韩 | 欧美成在线观看 | 一区亚洲| 日本三级韩国三级三级a级中文 | 午夜影院在线观看 | 一区二区在线电影 | 伊人一区| 九色 在线 | 中文在线a在线 | 国产一区二区免费 | 国产精品成人国产乱一区 | www欧美| 精品一区二区三区免费 | 日韩在线不卡 |