Last active
October 1, 2015 13:37
-
-
Save chanmix51/2000890 to your computer and use it in GitHub Desktop.
Fetching data with Pomm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YourDb\Test\Book Object | |
( | |
[fields:protected] => Array | |
( | |
[id] => 1 | |
[name] => Hyperion | |
[authors] => Array | |
( | |
[0] => Dan Simmons | |
) | |
[is_lent] => | |
[created_at] => DateTime Object | |
( | |
[date] => 2012-03-08 12:52:22 | |
[timezone_type] => 3 | |
[timezone] => Europe/Berlin | |
) | |
[xml_description] => <book_description>This is a really nice SF book.</book_description> | |
) | |
[status:protected] => 1 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment