Know the Basic MVC CodeIgniter | CodeIgniter tutorial

Know the Basic MVC CodeIgniter | CodeIgniter tutorial

Know the Basic MVC CodeIgniter | CodeIgniter tutorial

CodeIgniter tutorials for beginners will explain about MVC on CodeIgniter. Like what is MVC? how the application of MVC in CodeIgniter? please refer CodeIgniter tutorial for beginners  below:

Codeigniter is PHP Framework which built on top of the MVC (Model - View - Controller) design pattern.

MVC stands Module Views and Controllers, If you want to build web using CodeIgniter PHP framework, we should know in advance the concept of MVC in CodeIgniter.

Know the Basic MVC CodeIgniter | CodeIgniter tutorial

Model | CodeIgniter tutorial

Model closer to the database. on the model of many files contained therein mostly in the form of text, XML files and web service. Within this structure there is also a class that serves to create, update and delete data on the website.

View | CodeIgniter Tutorial 

view is something that is displayed on the website to the end user. usually contains the HTML, CSS, JavaScript, and others.

Controller | CodeIgniter Tutorial

as a link between the data and views. In this process there is a class that processes requests from view into the data structures that are in the model. 



Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment