Monday, 22 January 2007

Socializethat uses Code Igniter

A few months back we were deciding on which framework to use for SocializeThat. The core components have be re-written 5 times with different frameworks until we got to a conclusion of using a very light-weight PHP framework called Code igniter. What is code igniter???

"Code Igniter is an Open Source Web Application Framework
that makes writing kick-ass PHP programs simple as apple pie"

And that's exactly what it is....and its very easy to learn. The advantage of this framework is the ability to write any web application thats reliable and fast without loading modules that are not required. You can create an ordinary website without using a M of the MVC (which is the Model - responsible for backend processing).

Another biggest advantage to this framework is with the setup. There are no configuration files, all you have to do is download it and place it in your root folder.

We will be exploring more this...

2 comments:

DA said...

Excellent! I've got to agree with you about CI. I've built over a dozen (over because some aren't done yet) and I love it.

You should post this into the CI forum thread about apps built with it!

Edmond said...

I'd do that. I love what you have done with the BambooINVOICE, its truely amazing.....

Im hoping to release the Beta version in a short while. ☺