db\ActiveQuery innerJoinWith()

innerJoinWith() public method

Inner joins with the specified relations.

This is a shortcut method to joinWith() with the join type set as "INNER JOIN". Please refer to joinWith() for detailed usage of this method.

See also joinWith().

public $this innerJoinWith ( $with, $eagerLoading = true )
$with string|array

The relations to be joined with.

$eagerLoading boolean|array

Whether to eager loading the relations.

return $this

The query object itself

doc_Yii
2016-10-30 16:56:10
Comments
Leave a Comment

Please login to continue.