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