The Great Framework Experiment

Filed Under (Blogging, Databases, Programming) by Jamie on 16-11-2008

Ruby on Rails - A popular framework
Writing a book really opens your eyes to all the possiblities, and I’ve been looking for ages to write a really comprehensive guide to the most popular application frameworks on the internet today. So now I’ve finally got round to doing it, It’s really exciting.

So I present to you, dear reader, this: The Great Framework Experiment.

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 »