![]() |
view, controller,model - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10) +--- Thread: view, controller,model (/showthread.php?tid=62448) |
view, controller,model - Falak_Hamid - 07-16-2015 when work on a single page than can we make more than one controllers and models? plz guide me RE: view, controller,model - ignitedcms - 07-25-2015 Do you mean a single page site? Generally this doesn't work with the standard codeigniter site_url() The different pages may be loaded with ajax. Never tried it though. RE: view, controller,model - freddy - 07-29-2015 Do you mean single page is paralax, i don't think will make multiple controller but model impossible to use multiple ![]() |