Advertisement
Guest User

ramonmaruko

a guest
May 14th, 2010
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Array
  2. (
  3. [0] => Array
  4. (
  5. [Question] => Array
  6. (
  7. [id] => 1
  8. [survey_id] => 1
  9. [question] => What is your name?
  10. )
  11.  
  12. [Choice] => Array
  13. (
  14. [1] => Marco
  15. [2] => Marie
  16.  
  17. )
  18.  
  19. )
  20.  
  21. [1] => Array
  22. (
  23. [Question] => Array
  24. (
  25. [id] => 2
  26. [survey_id] => 1
  27. [question] => Babs si Marie?
  28. )
  29.  
  30. [Choice] => Array
  31. (
  32. [3] => Yes
  33. [4] => No
  34.  
  35. )
  36.  
  37. )
  38.  
  39. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement