Categories
WordPress

Developing a Website with CodeIgniter Part 2: Users Database Table and the User Model

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.

This video covers the creation of a database table for storing users and the code igniter model class for interacting with it.