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

一對多關聯 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人片在线观看www | 99看| 免费在线毛片 | 日本全黄裸体片 | 日韩成人免费中文字幕 | 久久噜噜噜精品国产亚洲综合 | 中文字幕视频 | 国产传媒视频 | 久久亚洲天堂 | 久久综合一区二区 | 天天射影院 | 91观看 | 国产成人99久久亚洲综合精品 | 亚洲伦理电影 | 国产亚洲精品美女久久久久久久久久 | 美女视频一区二区三区 | 免费黄色在线 | 精品日韩一区二区三区 | 亚洲国产成人av好男人在线观看 | www久久久久久久 | 黄色大片在线播放 | 久久久精品网站 | 看亚洲a级一级毛片 | 久久99久久99精品免观看粉嫩 | 999精品视频 | 亚洲国产成人av | 91在线视频在线 | 亚洲高清视频在线观看 | 99久久婷婷 | 天天干天天操 | 精品日韩一区 | 国产精品久久久爽爽爽麻豆色哟哟 | 网站黄色在线观看免费 |