Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "c_id": {
  3. "value": 66
  4. },
  5. "first_name": {
  6. "value": "Joe"
  7. },
  8. ...
  9.  
  10. $profile = json_encode($this->session->getProfile(), true);
  11. echo $profile;
  12. echo $profile['first_name']['value'];
  13.  
  14. Illegal string offset 'first_name'
  15. Illegal string offset 'value'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement