Skip to content

creativeside/li3_registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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)

About

Store settings in database as key->value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages