db\ActiveRelationTrait $link

$link public property

The columns of the primary and foreign tables that establish a relation. The array keys must be columns of the table for this relation, and the array values must be the corresponding columns from the primary table. Do not prefix or quote the column names as this will be done automatically by Yii. This property is only used in relational context.

public array $link = null
doc_Yii
2016-10-30 16:56:31
Comments
Leave a Comment

Please login to continue.