Adding interfaces for ORM row and table classes so these can be used for type hinting...
authorjeroendedauw <jeroendedauw@gmail.com>
Fri, 25 May 2012 19:34:17 +0000 (21:34 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Fri, 25 May 2012 20:09:32 +0000 (22:09 +0200)
commitdc16ea18a78a7f87bf313c6fe2af6a3605e943ec
treecf79b981a2960b278848f50ed084baedd64b4ad9
parent375ad98780afd2ba3810884fe6d317906d019a39
Adding interfaces for ORM row and table classes so these can be used for type hinting in a way that does not prevent doing stuff such as the decorator pattern. Also made some minor fixes in the docs

Change-Id: I8ee1495a46d676062026d4d6b7acaae7bb227c42
includes/AutoLoader.php
includes/db/IORMRow.php [new file with mode: 0644]
includes/db/IORMTable.php [new file with mode: 0644]
includes/db/ORMResult.php
includes/db/ORMRow.php
includes/db/ORMTable.php