Welcome Guest, Not a member yet? Register   Sign In
Gen Options v1.1.0b For CodeIgniter 2.1
#1

[eluser]Spelljack[/eluser]
Hello,

This is my first library sharing. So please be gentle Smile

What is Gen Options?

Gen Options is a CodeIgniter library that helps you to store your scripts' options in database and let you to easyly access them.

Code:
<?php
// getting autoloaded option: site_title
echo $this->gen_options->site_title;

// writing new option into database:
$this->gen_options->site_url = "http//www.example.com/";

// Deleting option from database:
unset($this->gen_options->site_enabled);

?>

as simply as that.

For more information please visit my repository's Wiki.

Changelog:
* Fixed some errors.
* __set() method now updates loaded options.
* Comments are now in english.
* Added Method Chaining.
* Methods are modified.

Download from BitBucket Repository


Messages In This Thread
Gen Options v1.1.0b For CodeIgniter 2.1 - by El Forum - 02-22-2012, 07:42 AM
Gen Options v1.1.0b For CodeIgniter 2.1 - by El Forum - 02-22-2012, 05:55 PM
Gen Options v1.1.0b For CodeIgniter 2.1 - by El Forum - 02-23-2012, 04:21 AM
Gen Options v1.1.0b For CodeIgniter 2.1 - by El Forum - 02-24-2012, 12:09 AM
Gen Options v1.1.0b For CodeIgniter 2.1 - by El Forum - 02-24-2012, 03:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB