mike12255 Posted November 22, 2013 Share Posted November 22, 2013 (edited) Im trying to convert myself to this MVC style coding as well as using frameworks. (Currently learning codeigniter) anyway I was wondering if there was any generally accepted rules on how to load views. should I separate my header, footer, sidebars, and mainpage all into their own templates and load them together or is it best practice to combine those all into one template and just load one thing? Appreciate the replies Thanks, Mike Edited November 22, 2013 by mike12255 Quote Link to comment https://forums.phpfreaks.com/topic/284174-mvc-advice/ Share on other sites More sharing options...
Ch0cu3r Posted November 22, 2013 Share Posted November 22, 2013 (edited) should I separate my header, footer, sidebars, and mainpage all into their own templates and load them together or is it best practice to combine those all into one template and just load one thing? Having separate templates will allow for easier edits, for example if your want to change how your header/footer/sidebar looks you only need to edit one file. If you didn't separate your view components then you will need to edit every single template. Im trying to convert myself to this MVC style coding as well as using frameworks. (Currently learning codeigniter) Do note that codeignitor is dead and is no longer being worked on. I think the trend now is Laravel 4. Edited November 22, 2013 by Ch0cu3r Quote Link to comment https://forums.phpfreaks.com/topic/284174-mvc-advice/#findComment-1459576 Share on other sites More sharing options...
mike12255 Posted November 22, 2013 Author Share Posted November 22, 2013 Thanks a lot for the info on codeignitor, the reviews I read (from recent dates) failed to mention that. Quote Link to comment https://forums.phpfreaks.com/topic/284174-mvc-advice/#findComment-1459581 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.