CodeIgniter
Everything You Need to Get Started With CodeIgniter – NETTUTS
In CI the view could be a web page, rss feed, ajax data or any other “page”. Controller: The controller acts as the in between of view and model and, as the name suggests, it controls what is sent to the view from the model. … If you want to use a database with your application, (which in this tutorial we do.) open up system/application/config/database. php and set the following array items to there corresponding values. This code connects to a MySQL database called …



















