Added ORMIterator interface which can be used for type hinting (in particular when...
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 12 Jun 2012 11:11:56 +0000 (13:11 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 12 Jun 2012 11:11:56 +0000 (13:11 +0200)
commit36a8c9b6ecb532e6d01f77299e76b7df577d7a3c
treee858b34ae70d0b6b7065017de3f7b0ecf803e8bf
parente30ab1057ffd173b6489c2ab67dc3a9583fb0e1c
Added ORMIterator interface which can be used for type hinting (in particular when passing ORMResult objects)

Change-Id: I0d14da35bf35be468a8e2c5530912992577e8dd8
includes/AutoLoader.php
includes/db/IORMTable.php
includes/db/ORMIterator.php [new file with mode: 0644]
includes/db/ORMResult.php