buildJoin() public method
public string buildJoin ( $joins, &$params ) | ||
---|---|---|
$joins | array | |
$params | array |
The binding parameters to be populated |
return | string |
The JOIN clause built from yii\db\Query::$join. |
throws | yii\db\Exception |
if the $joins parameter is not in proper format |
Please login to continue.