Archive | CodeIgniter RSS feed for this category

Easy AJAX Post with jQuery and CodeIgniter

30 July 2009

9 Comments

I’ve seen quite a few people come into the CodeIgniter forums asking how to use jQuery’s built in AJAX functionality to post to a CodeIgniter function. In this tutorial I will walk you through creating the form, writing the jQuery, posting to the function, and working with handling the result. It’s actually really easy. In this [...]

Continue reading...

CodeIgniter From Scratch: Day 2

27 July 2009

0 Comments

Jeffrey Way has posted his second video screencast about the CodeIgniter framework on Nettuts today. In this second screencast JW covers the topic of Models. Jeffrey explains the purpose of using models, walks you through creating your first model and function, as well as using it to retrieve records that are stored in a database. [...]

Continue reading...

CodeIgniter: Installation and Setup

18 July 2009

5 Comments

I’ve seen quite a few CodeIgniter tutorials and screencasts out there and none that I have seen seem to cover everything that I thought should be covered in an initial install. I decided I would finally try to put together one of my own to help some of the newer members get things going, as [...]

Continue reading...