五月天激情丁香,国产精品2019,国产成人精品亚洲2020,国产精品免费视频一区二区三区,开心久久婷婷综合中文字幕,天堂视频在线观看免费完整版

一對多關聯 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免费高清 | 婷婷色香五月激情综合2020 | 免费福利在线播放 | 97av| 久久.com | 青草青草伊人精品视频 | 片免费观看网站视频 | 精品自拍视频 | 97色在线观看免费视频 | 国产亚洲一区二区三区啪 | 天天爱天天做天天爽天天躁 | 欧美高清视频性播放 | 四虎影院海外永久 | 国产精品久久久亚洲 | 国产一区二区三区免费观看 | 免费观看国产精品视频 | 免费色在线 | 欧美日韩中文一区 | 美女隐私免费视频网站 | 国产精品久久久亚洲456 | 精品久久久久久久久久久久久久久 | 国产精品_国产精品_国产精品 | 六月婷婷激情 | 久久综合九色欧美综合狠狠 | a级毛片在线免费看 | 欧美老妇性生活 | 永久免费毛片 | 久久亚洲国产最新网站 | 99在线视频精品费观看视 | 国产亚洲欧美久久精品 | 国产男人的天堂 |