Example #1
0
 public function getPage_rel()
 {
     // Order has_one Customer via Customer.id -> customer_id
     return $this->hasOne(Page::className(), ['id' => 'page_id']);
 }
Example #2
0
 public function getPage()
 {
     return $this->hasOne(Page::className(), ['id' => 'page_id']);
 }