Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Created January 5, 2015 13:51
Show Gist options
  • Save ikwattro/7c7a6e334d8b19986006 to your computer and use it in GitHub Desktop.
Save ikwattro/7c7a6e334d8b19986006 to your computer and use it in GitHub Desktop.
<?php
$result = $client->sendCypherQuery($q, $p)->getResult();
$app = $result->get('app');
$users = $result->get('users');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment