Commit 50d7fdd2 authored by phuson's avatar phuson

fixed typo

parent 3be60344
...@@ -26,7 +26,7 @@ $r->add('all-users', 'FROM User u'); ...@@ -26,7 +26,7 @@ $r->add('all-users', 'FROM User u');
+++ Namespaces +++ 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"> <code type="php">
$r = Doctrine_Manager::getInstance()->getQueryRegistry(); $r = Doctrine_Manager::getInstance()->getQueryRegistry();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment