Child pages
  • Chapter 4 - Retrieve Data - Retrieving a Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Accessing resources is performed as above for displaying the list because the tags that interest us are children of the "customers" tag.

Tipcode

$resources = $xml->customers->children();

This path is done in another way (here in an HTML table):

...