Changes between Initial Version and Version 1 of Ticket #18438, comment 8
- Timestamp:
- 02/12/2012 05:04:04 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18438, comment 8
initial v1 9 9 We use $object->key to get the value from the object. 10 10 To use $object['key'] you must cast the object to an array. 11 Of course we can use $object- key through out.11 Of course we can use $object->key through out. 12 12 But all of the other functions are coded in $object['key'] style. 13 13 For consistency i casted it to an array.