Made ORMTable and ORMRow non-abstract
authorjeroendedauw <jeroendedauw@gmail.com>
Fri, 18 Jan 2013 09:29:18 +0000 (10:29 +0100)
committerjeroendedauw <jeroendedauw@gmail.com>
Fri, 18 Jan 2013 09:29:20 +0000 (10:29 +0100)
commit57e94d6a4f7e28f88a07860976e59d6a488dfc1d
tree6d8fbded480899b5597ccb0f6176141322ef322d
parentc66f08d5d574a0e776325b63774a8ad6f025fdec
Made ORMTable and ORMRow non-abstract

ORMTable now optionally takes info such as table name and field definitions in its constructor

Change-Id: I9cee11fdb58d4ef57d442f69650c6640d767cfa1
includes/dao/DBAccessBase.php
includes/db/ORMRow.php
includes/db/ORMTable.php