Skip to content

Commit

Permalink
Updating the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
a-musing-moose committed Feb 25, 2011
1 parent a3efab0 commit 36c82e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,9 @@ This will run all tests, create documentation (in the /docs folder) and creates
$result = $freebase->fetchByQuery($query);

**Using the returned results:**
The results returned from Freebase are formated into a DOM (Document Object Model) which exposes a number of methods to allow you to traverse it and extract the data you need

The results returned from Freebase are formated into a DOM (Document Object Model)
which exposes a number of methods to allow you to traverse it and extract the data you need

$result->getChildByName("properties"); //returns the 'properties' Child Node
$result->getChildByPath("properties./book/author/works_written"); fetches the /book/author/works_written node within the properties node

0 comments on commit 36c82e8

Please sign in to comment.