Mongo
PHP Manual

The MongoDBRef class

Introdução

This class can be used to create lightweight links between objects in different collections.

Sinopse da classe

MongoDBRef
MongoDBRef {
/* Methods */
public static array create ( string $ns , mixed $id )
public static array get ( MongoDB $db , array $ref )
public static boolean isRef ( array $ref )
}

Índice


Mongo
PHP Manual