Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public function relations()
  2. {
  3. // NOTE: you may need to adjust the relation name and the related
  4. // class name for the relations automatically generated below.
  5. return array(
  6. 'basicinfos' => array(self::HAS_MANY, 'Basicinfo', 'ID'),
  7. 'educationalDetails' => array(self::HAS_MANY, 'EducationalDetails', 'ID'),
  8. );
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement