Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kellenmace/1cfc29f53050b765ba8f1d443e8709c6 to your computer and use it in GitHub Desktop.
Save kellenmace/1cfc29f53050b765ba8f1d443e8709c6 to your computer and use it in GitHub Desktop.
<?php
Array
(
[0] => Car Object
(
[model:Car:private] => Mustang
)
[1] => Car Object
(
[model:Car:private] => F-150
)
[2] => Car Object
(
[model:Car:private] => Taurus
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment