addshore / addframe

OLD addwiki framework (See the newer https://github.com/addwiki libraries)
7 stars 2 forks source link

Mw dB wrapper #107

Open addshore opened 10 years ago

addshore commented 10 years ago

Create a wrapper that extends the current myswl class This will be used for interacting directly with the mediawiki db and should have many pre defined queries!!!! :-)

legoktm commented 10 years ago

Can't you just copy includes/db/Database.php and /includes/db/DatabaseMysql.php from MediaWiki core? You would need to just copy the wfGetDB function from GlobalFunctions.php I think.

addshore commented 10 years ago

Yep, should work with little modification.

addshore commented 10 years ago

Note: The reason for this is it would be very useful for bots that run in locations with replicated databases such as labs (or bots that run on non wikimedia wikis)