sql >> データベース >  >> RDS >> Mysql

Eloquent:関係のどこに電話するか

    「EagerLoadConstraints」を探しています: http://laravel.com/docs/eloquent #querying-relations

    <?php
    $products2 = Product::with(array('metal', 'metal.fixes', 'metal.fixes.currency' => function($query){
        $query->where('currency_id', '=', 1);
    }))
    ->where('metal_id', '=', 1)
    ->get()->toArray();
    



    1. WHERE句でのエイリアスの使用

    2. MySQLでスーパータイプサブタイプを正しく実装する

    3. タイムアウトが期限切れになりましたpgadminサーバーに接続できません

    4. jdbcの外部キーの問題