Jump to content

What would you do


joquius

Recommended Posts

I'm writing a very very simple URL handler and MediaWiki wrapper in PHP.

 

Although most my code runs on MediaWiki, I would rather the wrapper be independent of MediaWiki and it's DB table.

 

The question is whether I should bother messing with a flat DB to store the URL data (which is basically class names and arguments) or just use MySQL.

 

Example:

 

URLObjectArgs

/search/$1Searchlang=en

 

I don't want to store the data in a static settings file because that's what I'm doing at the moment.

Link to comment
https://forums.phpfreaks.com/topic/121289-what-would-you-do/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.