Subscribe
Free Knowledge in an RSS feed

Articles » Tags » CodeIgniter

Accessing CodeIgniter Session Data using External Scripts

February 20th, 2010

PHP Sourcecode so that a non CodeIgniter PHP script can access data stored in the users CodeIgniter session.

CodeIgniter .htaccess for MediaTemple

February 13th, 2010


A few tweaks need to be made to CodeIgniter to make it compatible with the MediaTemple hosting environment. This article discusses these required changes to get CI running smoothly.

Beta Testing a new Facebook app, Squirrelify

August 26th, 2009

We just launched a Facebook app today in its beta form.

CodeIgniter User Authentication Model

August 23rd, 2009

Here is the source code for our user authentication model which we use in our CodeIgniter applications for interfacing with our users tables.

Ongoing Research

June 7th, 2009

The biggest thing that we are researching right now is CodeIgniter. CI is a PHP framework which aims to increase development efficiency by providing a set of commonly used functionality required by typical websites. What this means is that a lot of the code we would normally write for a typical project will already be [...]

PHP Framework Research: CodeIgniter

May 24th, 2009

We’ve recently been researching several different PHP frameworks in the search for increased programming efficiency. After looking through Zend, CakePHP, and several other frameworks, it looks like we may have found a winner: CodeIgniter. CodeIgniter offers a lightweight, unobtrusive system which would increase programming efficiency after the initial learning curve has been reached. It’s memory [...]