Wednesday, December 22, 2010

CodeIgniter framework for your development

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

There's also a good book that teaches beginners on hos to install and use codeigniter on their development - Codeigniter for Rapid PHP Application Development by David Upton. This book is for developers who are new to Codeigniter.  Basic skills in PHP are required.

You can download codeigniter on their website - http://codeigniter.com/download.php

There's a video tutorial and user guide on Codeigniter website for beginners:

No comments:

Post a Comment