Added DBAccessObjectUtils class to avoid duplication
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 14 Jul 2015 19:11:32 +0000 (12:11 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 14 Jul 2015 19:53:09 +0000 (19:53 +0000)
commit704583440ed27e1e0b7f463112233816cdade8a1
tree04daef10e310f47c20575b23aa7128f85c33f99f
parent6034d6d51640a1a6dc0bbb5376eb45950ea92332
Added DBAccessObjectUtils class to avoid duplication

* WikiPage is the first caller to use this instead of DIY
* This can be used elsewhere to keep callers uniform

Change-Id: Ia6371eaa185d70d1431271b2c6c955523cd424e8
autoload.php
includes/dao/DBAccessObjectUtils.php [new file with mode: 0644]
includes/page/WikiPage.php