1
0
mirror of synced 2025-01-30 12:01:44 +03:00

fixed typo

This commit is contained in:
phuson 2007-09-30 01:02:32 +00:00
parent 3be60344e3
commit 50d7fdd22f

View File

@ -26,7 +26,7 @@ $r->add('all-users', 'FROM User u');
+++ Namespaces
The Query registry supports namespaces. The namespace is separated from the actual name with / -mark. If the name of the namespace is a record name the given record has all the named queries availible in its local scope.
The Query registry supports namespaces. The namespace is separated from the actual name with / -mark. If the name of the namespace is a record name the given record has all the named queries available in its local scope.
<code type="php">
$r = Doctrine_Manager::getInstance()->getQueryRegistry();