[PHP] Objects and Traversing
- Date: Wed, 4 Jun 2008 15:37:39 -0700
- From: VamVan <vamseevan@xxxxxxxxx>
- Subject: [PHP] Objects and Traversing
Hello Guys,
Here is the object. How can I get access to the [Name] = access. People who
help me with this can you please tell me what is the logic behind traversing
the objects and how do you gather the values. Thanks. I am looking for an
answer like this $queryResult->f....->dsfsdf
QueryResult Object
(
[queryLocator] =>
[done] => 1
[records] => Array
(
[0] => SObject Object
(
[type] => Contact
[fields] =>
[sobjects] => Array
(
[0] => SObject Object
(
[type] => Account
[fields] => SimpleXMLElement Object
(
[Name] => Access
)
)
)
)
)
[size] => 1
)
- Follow-Ups:
- Re: [PHP] Objects and Traversing
- From: Jim Lucas
- Re: [PHP] Objects and Traversing
- From: Ted Wood
- Re: [PHP] Objects and Traversing
- Prev by Date: RE: [PHP] Avoid object twice
- Next by Date: [PHP] Quickly verifying single word.
- Previous by thread: RE: [PHP] Avoid object twice
- Next by thread: Re: [PHP] Objects and Traversing
- Index(es):