Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. foreach ($result as $row) {
  2. echo $row['x']->getProperty('Name') . "<br>";
  3. }
  4.  
  5. echo $row['x']->getProperty('0')
  6.  
  7. Fatal error: Call to a member function getProperty() on a non-object in D:xampphtdocsabcdindex.php on line 17
  8.  
  9. MATCH (n) RETURN count(n) AS c;
  10.  
  11. echo $row['c']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement