follow up to r111264; split up class into one representing a table and one representi...
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 14 Feb 2012 18:11:52 +0000 (18:11 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 14 Feb 2012 18:11:52 +0000 (18:11 +0000)
commita809eda1a4a0e4988ef86f7a9b7cb76e60e3833d
tree4038e6816fe369a40d9c92bebb52fededce509f9
parent77fe134b08e17f8af364cb906f85207c432f4229
follow up to r111264; split up class into one representing a table and one representing rows. Also getting rid of staticness, in particular LSB, so this becomes PHP 5.2 compatible. Not done yet, will follow up later
includes/AutoLoader.php
includes/DBDataObject.php
includes/DBTable.php [new file with mode: 0644]