codeigniter basics - PHP Views : 144
Tagged in : PHP
0 0
Send mail
<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.
By Kjanani, On - 2010-09-17



    Login to add Comments .