Advertisement
Guest User

Untitled

a guest
Jun 26th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. string(14) "prices_product"
  2. array(2) {
  3. [0]=>
  4. object(stdClass)#307 (2) {
  5. ["price"]=>
  6. string(3) "0.4"
  7. ["age"]=>
  8. string(2) "14"
  9. }
  10. [1]=>
  11. object(stdClass)#293 (2) {
  12. ["price"]=>
  13. string(4) "0.76"
  14. ["age"]=>
  15. string(2) "39"
  16. }
  17. }
  18. string(4) "ages"
  19. array(3) {
  20. [0]=>
  21. int(39)
  22. [1]=>
  23. int(39)
  24. [2]=>
  25. int(14)
  26. }
  27.  
  28.  
  29. // How to get as many prices_product as ages, with the correct price (matching age)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement