コード例 #1
0
ファイル: InvestList.php プロジェクト: suyuanen/p2p
 public function getInvest()
 {
     return $this->hasOne(Invest::className(), ['id' => 'invest_id']);
 }