在线看片18_亚洲性吧_在线污_神马午夜达达兔_奇米色网_在线免费看污

一對多關聯 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| 高清不卡一区二区 | 中文字幕在线免费观看视频 | 成人在线激情视频 | 亚洲 欧美 精品 | 亚洲天堂毛片 | 狠狠2019 | 在线你懂的| 久久久久国产 | 免费在线成人网 | 欧美三级日本三级 | 国产激情精品 | 视频一区二区在线 | 日韩欧美一二三区 | 91超碰在线免费观看 | 精品国产1区 | 国产精品无套 | 99热在线观看精品 | 99视频精品全部免费看 | 欧美成人精品一区二区三区在线看 | 国产一区二区久久 | 99这里只有精品视频 | 亚洲一本在线 | 99在线观看免费视频 | 黄色动漫在线免费观看 | 日韩av色| 一级做a爰片久久毛片潮喷 亚洲欧美一区二区三区久久 | 第一福利在线 | 久久成人激情 | 婷婷婷色| 天天干女人 | 中文字幕精品在线播放 | 三级黄色片网站 | 99鲁鲁精品一区二区三区 |