diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-06-07 03:21:06 +0800 |
---|---|---|
committer | trasher <trasher@x-tnd.be> | 2010-06-08 01:57:55 +0800 |
commit | 3a855288f1b5977465a8d952cb151b27ab24e446 (patch) | |
tree | 73708d9e7d4081254fa1d38daba4054d00f5fe50 /class | |
parent | 597c487cb99caf6398ea98b71005ac0e43ca24a0 (diff) |
missing ref to GLPI
Diffstat (limited to 'class')
-rw-r--r-- | class/CommonTable.php | 4 |
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 { |