Categories
WordPress

Developing a Website with CodeIgniter Part 3: The Login Process

Note: This series is quite old. There may be some value in it so I’m going to leave it up. However, I recommend that you check out the new CodeIgniter series at http://vimeo.com/27002602 This screencast continues a series with the goal of documenting the development of a functionally complete site using PHP with the CodeIgniter…


Note: This series is quite old. There may be some value in it so I’m going to leave it up. However, I recommend that you check out the new CodeIgniter series at http://vimeo.com/27002602

This screencast continues a series with the goal of documenting the development of a functionally complete site using PHP with the CodeIgniter framework and jQuery for Javascript UI improvements including AJAX interactions.

In this video we utilize the user model that we’ve created to create a login process for our website. Use use the code igniter form helper, database library, and session library.