示例#1
0
 public function getCalitemtool()
 {
     // ความสัมพันธ์จาก tools ไปหา calitems
     return $this->hasMany(Calitems::className(), ['tool_id' => 'id']);
 }
示例#2
0
 public function getCalitem()
 {
     // เชื่อมจาก cals ไปหา calitems
     return $this->hasMany(Calitems::className(), ['cal_id' => 'id']);
 }