Welcome Guest, Not a member yet? Register   Sign In
My Simple Session Library
#1

[eluser]onecode[/eluser]
Try to share my own session library, still using config.php for configuration, still using a same function with CI Session, but i'm using PHP Native Session and ability to store in database using model...my attachment including :

1.Session.php (place this file in application/libraries)
2.session folder for model (place this folder in application/model)

how to use:

simple call this library just like another library :
Code:
$this->load->library('session);

and done...you can set this library in autoload too...i hope this library can help someone out there... Smile


Messages In This Thread
My Simple Session Library - by El Forum - 09-30-2009, 06:22 AM
My Simple Session Library - by El Forum - 09-30-2009, 08:16 PM
My Simple Session Library - by El Forum - 11-16-2009, 10:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB