Posts Tagged ‘php’

July 13, 2011 5

Painless HABTM Validation in CakePHP

By in Uncategorized

Recently I was faced with the task of validating a model with a HABTM relationship. I tried looking around for various solutions but all of them seemed quite complicated and time consuming to implement until I came across this nifty solution. Lets say you have two models – posts and tags with a HABTM relationship. [...]

Tags:

December 1, 2010 5

Integrating CodeIgniter with WordPress

By in Uncategorized

Recently I was working on a website for a small business client. They wanted a simple system to allow them to easily update a section of their website. Since it was a small website, I wanted to accomplish this without putting too much time but still creating something user-friendly and easy to use that can [...]

Tags: , ,

January 26, 2010 15

CodeIgniter + Facebook Connect

By in Uncategorized

In this post I will talk about how to create a Facebook Connect site using the CodeIgniter framework. So first of all, before you being, download the Facebook Platform client library from here. Extract the files and copy everything inside /php folder (including the ‘jsonwrapper’ folder) to the /system/plugins folder of your CI application. Once [...]

Tags: , ,