summaryrefslogtreecommitdiffstats
path: root/class/CommonTable.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-06-07 03:21:06 +0800
committertrasher <trasher@x-tnd.be>2010-06-08 01:57:55 +0800
commit3a855288f1b5977465a8d952cb151b27ab24e446 (patch)
tree73708d9e7d4081254fa1d38daba4054d00f5fe50 /class/CommonTable.php
parent597c487cb99caf6398ea98b71005ac0e43ca24a0 (diff)
missing ref to GLPI
Diffstat (limited to 'class/CommonTable.php')
-rw-r--r--class/CommonTable.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/class/CommonTable.php b/class/CommonTable.php
index 66e1c27..a913edd 100644
--- a/class/CommonTable.php
+++ b/class/CommonTable.php
@@ -211,6 +211,10 @@ class TablePearRepo extends CommonTable {
/*
* Helper for simple query => use directly or through CommonTable::request()
+ *
+ * Freely inspired from DBmysqlIterator class from GLPI
+ * (already written by Remi, and ported to PDO)
+ * See http://www.glpi-project.org/
*/
class TableIterator implements Iterator {