codeigniter basics

by janani 2010-09-17 09:22:34

<h3>Model-View-Controller</h3>

THe three main folder inside application folder is Models ,Views and Controllers .

where ,
All HTML coding will be included in views folder.
All updation ,insertion,selection inside database will be included in Models folder.
Model and View will be executed using files inside Controller folder.

Tagged in:

1078
like
0
dislike
0
mail
flag

You must LOGIN to add comments