For a project we’re working on, we have the need to access CodeIgniter session data outside of our CI installation, more specifically for a WordPress installation. CodeIgniter, as most developers should already know, stores it’s session data in a database and uses a cookie to refer to the data, as opposed to storing this data [...]
Browsing the archives for the CodeIgniter tag
We just launched a Facebook app today in its beta form. The application, squirrelify, lets you take a photo from one of your Facebook albums, and add a squirrel to it while blurring the background. The effect that it is trying to produce is that a squirrel pops up right as the camera takes a shot, [...]
Here is the source code for our user authentication model which we use in our CodeIgniter applications for interfacing with our users tables. Highly configurable to suit a variety of database schemas. CodeVault CodeIgniter User Authentication Model Please leave any feedback for the model on this blog post, not in the CodeVault!
I honestly haven’t had to do this much research since taking history classes in College… The biggest thing that I am 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 [...]
I’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. One thing that it is [...]


