CodeIgniter: Introduction to CodeIgniter FrameworkTag: CodeIgniter, framework Category: PHP Frameworkpost: 19 Jan 2008 read: 7,680 CodeIgniter Step By Step Tutorial: CodeIgniter (CI) is one of popular php framework. If you are already building PHP Application, CodeIgniter will help you to do it better and more easily. With CodeIgniter, you can save time, make your web more robust, your code will be easier to read and maintenance. It is free, lightweight, and simple to install. In this post, we will know more deep about CodeIgniter before write code. Nice, CodeIgniter is small and lightweight framework. The zipped download for version 1.5 is only 737 KB. You don't need long time to download it. You can get it from http://www.codeigniter.com. CI was written by Rick Ellis, rock musician turned programmer. With CodeIgniter, you can cut down the amount of code you need to type. This is not just good for lazy, but: less type, fewer mistake, and less time for spend debugging. But, CodeIgniter is not everything. We will not find 'engine generator' that can build page self. Several frameworks have features like that. For example, they can create web page (that to do basic Create, Read, Update, and Delete operation) automatically. CodeIgniter doesn't do this. This, I copy from their help page: "Our goal for CodeIgniter is maximum performance, capability, and flexibility in the smallest, lightest possible package. ... From an technical and architectural standpoint, CodeIgniter was created with the following objectives:
..." Nice feature, CodeIgniter is very flexible. We can apply at PHP 4.3.2 and above, or PHP 5. It will realy help us when our web hosting still don't support PHP 5. CI support serveral database: MySQL, MySQLi, MS SQL, Postgre, Oracle, SQLite, and ODBC. Ok, next post, we will learn how to install CodeIgniter. |
| | Give Your Opinion | Recommend |
|
1 Responses to CodeIgniter: Introduction to CodeIgniter Framework:


