Developing a Website with CodeIgniter Part 4: Admin Site CRUD

This video covers the development of an admin user management system (CRUD) and includes updates to the authentication system including a method that is used allow only admins into specific sections of the site.


Developing a Website with CodeIgniter Part 3: The Login Process


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


Developing a Website with CodeIgniter Part 1: Development Environment and Framework Configuration


More Screencasts...


Recent

Tip Tracker Android App Released

23. Dec, 2009 Tip Tracker Android App Released

I've released my first Android application.  I decided on something easy for ...

Managing Assets with CodeIgniter

23. Nov, 2009 Managing Assets with CodeIgniter

This article discusses the reason behind the base_url() method and the creation ...

Why Should I Use CodeIgniter?

28. Oct, 2009 Why Should I Use CodeIgniter?

Code Igniter is a PHP development framework. You can think of ...

Using CodeIgniter’s Active Record Class to Create Subqueries

18. Sep, 2009 Using CodeIgniter’s Active Record Class to Create Subqueries

A good friend of mine recently asked me how he would create ...

How to Write a Better Model in CodeIgniter

28. Aug, 2009 How to Write a Better Model in CodeIgniter

Developing using an MVC framework can go a long way towards increasing ...

What exactly is JSON?

15. Apr, 2009 What exactly is JSON?

JSON is short for JavaScript Object Notation.  It's a notation used to ...