CodeIgniter-jQuery

Your Guide to All CodeIgniter & jQuery Resources

Tag archive for ‘CodeIgniter’

CodeIgniter and Doctrine from Scratch

When starting my last project a few months ago, I toyed with the idea of combining CodeIgniter with an ORM to put a spin on things and see how much I enjoyed the extra layer of efficiency. In my quest to find the perfect match, I stumbled across this set of tutorials which demonstrates (very well) [...]

Using JSON in CodeIgniter with jQuery

I just stumbled across a quick tutorial for those of you looking to integrate jQuery within your CodeIgniter projects. It’s a simple tutorial, but (as always) great to watch others code to learn new tips and tricks along the way.

Take the Next Step with CodeIgniter

Based on some initial feedback I received from the Get Started with CodeIgniter post, I thought I’d put together a quick list of the best step-by-step screencast I’ve come across. It includes some very concrete examples to help you take the next step with CodeIgniter.

For those of you with a bit more experience, I recommend [...]

Get Started with CodeIgniter

In the spirit of new beginnings, with the new year and a new blog, I thought I’d put together a quick list of resources to help those of you who are just diving into CodeIgniter. While the User Guide is always the best place to start, there are many other tutorials for those of you [...]

CodeIgniter htaccess problems

One of the most attractive features of CodeIgniter is the clean url structure that can be generated with such ease. The problem is getting the .htaccess rewrite to work on the first attempt. The first thing most users search for after installing CodeIgniter is a way to remove the index.php file from the url structure. I thought I would take care of that question here.

CodeIgniter User Guide

As a follow-up to the last post about jQuery’s Documentation, I thought I would also create a quick list of CodeIgniter User Guides (in various formats).  The best reference, and really the only one I use on a daily basis, is: the Official CodeIgniter User Guide.
I really have nothing negative to say about the user guide [...]

Welcome to CodeIgniter-jQuery

Hello and welcome to the most comprehensive collection of CodeIgniter and jQuery resources available (at least this is the goal).  The plan is to create a place where I can quickly bookmark and comment on the latest resources I find while developing and designing with these two wonderful frameworks.
As many of you know, CodeIgniter and [...]