Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<?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