mysql settings

PHP Class for Storing Settings in INI or DB Files

PHP Class for Storing Settings in INI or DB Files

PHP Storage Class is a very simple to use class which lets you store all your configuration and settings in simple configuration files. The class is very easy to use with any of your existing projects, just drop it in and start using. Settings Class comes with two predefined drivers (1) File Driver (2) MySQL Driver – Using which you can easily switch between File based storage or MySQL based storage. Usage is as simple as using two metho...