aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-28 12:47:47 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-28 12:47:47 +0000
commit9de3fcc38c5c443cd6a77c4d9e51cb9719a2f627 (patch)
tree57f26a440b0b617963aeecce7791534356fea23e /engine/lib/database.php
parent866193490529d2ca2283839eb4b22b4cca09911e (diff)
downloadelgg-9de3fcc38c5c443cd6a77c4d9e51cb9719a2f627.tar.gz
elgg-9de3fcc38c5c443cd6a77c4d9e51cb9719a2f627.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Minor doc update git-svn-id: https://code.elgg.org/elgg/trunk@740 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/database.php')
-rw-r--r--engine/lib/database.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 13cd3053a..42359f51e 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -10,7 +10,10 @@
* @author Curverider Ltd
* @copyright Curverider Ltd 2008
* @link http://elgg.org/
- */
+ */
+
+ // TODO: Sub queries?
+
/**
* @class QueryComponent Query component superclass.
@@ -283,6 +286,11 @@
}
}
+ /**
+ * @class WhereSetQueryComponent
+ * A where query that may contain other where queries (in brackets).
+ * @author Marcus Povey
+ */
class WhereSetQueryComponent extends WhereQueryComponent
{
/**