Codeigniter (CI) for PHP rapid development


CI is excellent for PHP developers who have not used a MVC (Model View Controller) framework.

Model: Database and data related functions,like SQL queries returning rows etc.

View: The HTML page having tags where you can insert values derived from model functions. There is inbuilt parser for inserting values. You can also use smarty here.

Controller: The single point of controlling script.

CI has a very well written user guide which is easy to follow. Best for developers starting on MVC PHP architecture.

I will post example scripts here.

Comments

Popular posts from this blog

Install Puppet Client on RHEL 6.4

Install IBM Tivoli TSM 5.5 Backup Server (trial) on your Laptop using Linux KVM virtual machine

IBM TSM Client 5.x install (trial) on your Laptop using KVM Virtual Machines