CodeIgniter user login: Part 2
So in part 1 of Codeigniter user login, we setup a users table in our database and learned about adding users. This week we will learn about validating the users logins and adding a custom MY_Controller file to do the authorization on a per page basis.