Advertisement
heshanh

result

Jan 18th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.99 KB | None | 0 0
  1.     [0] => Array
  2.         (
  3.             [Mentor] => Array
  4.                 (
  5.                     [id] => 2
  6.                     [first_name] => Joe
  7.                     [last_name] => Lenora
  8.                     [img] =>
  9.                 )
  10.  
  11.             [MentorAttrib] => Array
  12.                 (
  13.                     [0] => Array
  14.                         (
  15.                             [id] => 51
  16.                             [attrib_id] => 9
  17.                             [mentor_id] => 2
  18.                             [Attrib] => Array
  19.                                 (
  20.                                     [id] => 9
  21.                                     [attrib_name] => English
  22.                                     [attrib_type] => Skill
  23.                                     [attrib_parent] => 1
  24.                                 )
  25.  
  26.                         )
  27.  
  28.                     [1] => Array
  29.                         (
  30.                             [id] => 52
  31.                             [attrib_id] => 6
  32.                             [mentor_id] => 2
  33.                             [Attrib] => Array
  34.                                 (
  35.                                     [id] => 6
  36.                                     [attrib_name] => Tourism
  37.                                     [attrib_type] => Ind
  38.                                     [attrib_parent] => 0
  39.                                 )
  40.  
  41.                         )
  42.  
  43.                     [2] => Array
  44.                         (
  45.                             [id] => 53
  46.                             [attrib_id] => 13
  47.                             [mentor_id] => 2
  48.                             [Attrib] => Array
  49.                                 (
  50.                                     [id] => 13
  51.                                     [attrib_name] => IPM
  52.                                     [attrib_type] => Skill
  53.                                     [attrib_parent] => 2
  54.                                 )
  55.  
  56.                         )
  57.  
  58.                 )
  59.  
  60.         )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement