コード例 #1
0
ファイル: Accounts.php プロジェクト: chaimvaid/linet3
 public function getAccType()
 {
     return $this->hasOne(Acctype::className(), array('id' => 'type'));
 }