Top 5 User-Submitted CodeIgniter Libraries/Extensions

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

Programming

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 »

IgnitedScreencasts Launched!

Filed Under (Code Igniter, Cool stuff) by Jamie on 07-09-2008

IgnitedScreencasts - Now Open!

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/

Using my AntiSpam Library

Filed Under (Code Igniter, Cool stuff, My CI Libraries, Tutorials) by Jamie on 21-08-2008

TypePad + CodeIgniter
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 »

The Guide to CI Databases: Part Two

Filed Under (C++, Code Igniter, Databases, Game Development, Games, General, PHP, Tutorials) by Jamie on 28-07-2008

The MySQL Logo
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 wink

Read the rest of this entry »

The Guide to CI Databases

Filed Under (C++, Code Igniter, Databases, Game Development, Games, General, PHP, Tutorials) by Jamie on 09-07-2008

The MySQL Logo
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 »