Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?=$model->instructor->manager->location['location_title']?>
  2.  
  3. public function getUser() {
  4. return $this->hasOne(User::className(), ['id' => 'user_id']);
  5. }
  6.  
  7. public function getManager() {
  8. return $this->hasOne(Manager::className(), ['user_id' => 'manager_id']);
  9. }
Add Comment
Please, Sign In to add comment