Home > li3_registry

li3_registry

Li3_registry is a project mainly written in ..., it's free.

Store settings in database as key->value

With this plugin you can store settings of your application into the database by a key and value.

Example for writing Registry::write('title', 'Application');

Example for reading Registry::read('title', 'Unknown title'); ('Unknown title' is the default value for when the key does not exists)

Previous:credibility