@todo for eager loading of *_TO_MANY relationships
authorChuck Hagenbuch <chuck@horde.org>
Tue, 25 Aug 2009 03:59:40 +0000 (23:59 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 25 Aug 2009 03:59:40 +0000 (23:59 -0400)
framework/Rdo/lib/Horde/Rdo/Query.php

index f6724c3..a0905d8 100644 (file)
@@ -144,6 +144,10 @@ class Horde_Rdo_Query
                                                                 'type' => $rel['type'],
                                                                 'query' => $query));
                     break;
+
+                case Horde_Rdo::ONE_TO_MANY:
+                case Horde_Rdo::MANY_TO_MANY:
+                    //@TODO
                 }
             }
         }