My First Code Igniter Project
My thoughts on Code Igniter in my first C.I. project as well some how-to, syntax, tutorials and introductory stuff for novices like me.
View ArticleMy First Code Igniter Project (Part 2)
This is a continuation of blog on My First Code Igniter Project. In my first post on Code Igniter I learned how to: remove the ugly URLs, include CSS, JavaScript, and header/footer files, make and use...
View ArticleReducing Code using CodeIgniters Active Record Class
UPDATE Nov. 9, 2011: I have begun moving away from using this in my code. I am now using a core Model class that is extended by other models that takes care of stuff like this. Please read Inheritance...
View ArticleInheritance in CodeIgniter: Adding More Functionality To Your Models
I recently blogged on Reducing Code using CodeIgniters Active Record Class. In this blog I focus on easily collecting data from your object members using get_object_vars(). After using this for a while...
View ArticleWorking Around CodeIgniters Default Session Library
Recently I was attempting to test a web application using BrowserCam. BrowserCam has a bank of virtual machines on different versions of many platforms including Apple OSX, Linux Fedora, and Windows....
View Article