1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-09-01 22:45:09 +00:00
parent 6c7db9b6bd
commit 9803a929f8

View File

@ -25,6 +25,6 @@ $users = $q->execute();
Now lets print out the drinkers club's creation date.
<code>
<code type="php">
print $users['jack daniels']->Group['drinkers club']->createdAt;
</code>