codeigniter basics
by janani[ Edit ] 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.