示例#1
0
 public function getAuthor()
 {
     return self::hasOne(AuthorModel::className(), ['id' => 'author_id']);
 }