Guest User

Untitled

a guest
May 27th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1.         $contain = array(
  2.                          'MentorAttrib' => array(
  3.                              'fields' => array('MentorAttrib.id' ,'MentorAttrib.attrib_id'),
  4.                               'conditions' => array('MentorAttrib.attrib_id' => $this->request->data['bookingSkills'])
  5.        
  6.                         ,'Attrib' ,
  7.                                                 )
  8.                         );
Add Comment
Please, Sign In to add comment