示例#1
0
 /**
  * Begin a fluent query against a database table.
  * 
  * In neo4j's terminologies this is a node.
  *
  * @param string $table
  * @return \Vinelab\NeoEloquent\Query\Builder 
  * @static 
  */
 public static function table($table)
 {
     return \Vinelab\NeoEloquent\Connection::table($table);
 }