

CodeIgniter Logo
framework:
CodeIgniter who has the motto ‘Ignite Your Code’ is a framework for PHP, programmed by Rick Ellis from EllisLab Inc. The reason Rick Ellis made it, all based on his experiences in trying other framework with same purpose. He says that other framework does not match his desire. According to him, a framework must have some criteria, for example programmer must have memorizes and learn APIs (Application Programming Interface) as less as possible and have structured APIs, and the more important is, a framework must have no time or less time for code execution with best security.
Because that, Rick Ellis build this framework. Here some of the features offered by this framework:
- Small footprinting, or less in useless code execution.
- High performance.
- Have compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
- Requires nearly zero configuration.
- No command line required.
- No restrictive coding rules.
- Simple and fast solutions to build a website.
- Have a clear, thorough documentation.
Nowadays many PHP programmers has interested to build a webpage with CodeIgniter for their clients or customers, because of that performance and simple solutions, and of course fast code execution. Some of webpage build with CodeIgniter are Motortopia (http://www.motortopia.com), createdebate (http://www.createdebate.com), Kennedy Hahn (http://kennedyhahn.com), BambooInvoice (http://bambooinvoice.org) and many more. Honestly, I myself like to build a webpage (if in deadline) with CodeIgniter.
For me CodeIgniter is really IGNITE YOUR CODE!