Welcome Guest, Not a member yet? Register   Sign In
using codeigniter components
#4

[eluser]Phil Sturgeon[/eluser]
Modt of the libraries CI uses are just PHP classes but sessions is more reliant on your CI instance that others. It makes a call to the instance so it can use cookies, encryption and active record calls.

You could use the Sessions.php library as inspiration and go through replacing every $this->input->cookie with $_COOKIE and putting in your own database calls.


Messages In This Thread
using codeigniter components - by El Forum - 09-18-2008, 09:27 AM
using codeigniter components - by El Forum - 09-18-2008, 10:20 AM
using codeigniter components - by El Forum - 09-18-2008, 10:30 AM
using codeigniter components - by El Forum - 09-19-2008, 08:37 AM
using codeigniter components - by El Forum - 09-19-2008, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB