示例#1
0
 public function getLastPost()
 {
     return $this->hasOne(BbiiPost::className(), ['id' => 'last_post_id']);
 }