コード例 #1
0
 public function getStatus()
 {
     return $this->hasOne(TicketStatus::className(), array('status_id' => 'status_id'));
 }