joquius Posted August 25, 2008 Share Posted August 25, 2008 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 More sharing options...
phpknight Posted September 1, 2008 Share Posted September 1, 2008 Use mySQL. Link to comment https://forums.phpfreaks.com/topic/121289-what-would-you-do/#findComment-630869 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.