how to approach creating a login in codeigniter
Moderator: General Moderators
how to approach creating a login in codeigniter
hi, iam currently creating a login page in codeigniter with bootstrap. my initial thinking on this is to just check if username and pass are in the db. if they are create a session and allow user view the next php page. when they logout just destroy the session and redirect them to the login page. ive seen the there are special libraries for authentication for codeigniter but tutorials on them dont seem very good and im not sure if i have time to look into them right now. any help or input and what approach to take wold be appreciated! cheers. 
Re: how to approach creating a login in codeigniter
CI doesn't appear to have an authentication library. Wow. There's your first step, then. Maybe this? http://haseydesign.com/flexi-auth/
Re: how to approach creating a login in codeigniter
flexi-auth looks good alright
Re: how to approach creating a login in codeigniter
ha ha, quoting myself there