From b715f65c3a7ec67dee5b8a2b33121284d381714a Mon Sep 17 00:00:00 2001 From: Brooke Schreier Ganz Date: Sat, 21 Jul 2012 18:26:31 -0700 Subject: [PATCH] Update source/applications/database-references.txt --- source/applications/database-references.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/applications/database-references.txt b/source/applications/database-references.txt index 2e409c01a2a..2a09589b4f3 100644 --- a/source/applications/database-references.txt +++ b/source/applications/database-references.txt @@ -162,6 +162,10 @@ Support references manually or use the `MongoDBx::AutoDeref `_ CPAN module. +**PHP** + The PHP driver does support DBRefs, including the optional ``$db`` reference, through + `The MongoDBRef class `. + **Python** The Python driver supports automatic resolution of DBRef relationships, and provides the :api:`DBref class `,