Filed Under (Code Igniter) by Jamie on 07-10-2008

There are some wicked extensions/libraries for CodeIgniter.
I’ve scowered the CodeIgniter Forums to find my top five favourite CodeIgniter Libraries/Extensions. So, in no particular order…
Read the rest of this entry »

I have officially launched IgnitedScreencasts!
IgnitedScreencasts is a brand new series of screencasts covering CodeIgniter related topics!
Please visit us now @ http://www.jamierumbelow.net/screencasts/

In another post, I gave a download link to my AntiSpam library. I wanted to officially release it, and I didnt get a chance to write a tutorial, but I was eager to release it, so I did anyway.
Anyway, here is a quick tutorial I promised.
Read the rest of this entry »

Well, we last left off at configuring and loading the database, and now, we will move onto queries, SQL, caching and result management!
This is part two of my two part tutorial, The Guide to CI Databases. If you haven’t already, please have a look at part one. You can find it Here.
I’ve nicked a few bits from the user guide, just FYI 
Read the rest of this entry »

I was browsing the CodeIgniter forums (as I tend to a lot these days), and I stumbled across a post made by a starter in CI. He was having trouble connecting to the database, mainly because he was looking at the older video tutorial by Derek Jones on the CI Website. This tutorial covered a very old version of CodeIgniter, and it made me realize something.
Why are there no, in-depth tutorials covering databases in CodeIgniter?
I’m talking the full nine miles, including Models, ActiveQuery, Configuration, Security, seriously, the full nine miles. Yes the CI user guide is spectacular, yes, most people know how to do this stuff anyway, but, I did what I could. I would like to introduce you to…
The CodeIgniter Guide To Databases.
Read the rest of this entry »