Welcome Guest, Not a member yet? Register   Sign In
Load views in Controller or Model?
#1

[eluser]flacznik[/eluser]
Yesterday i red a book where the writer advise to load a view inside a model. Then simply call the function in controller like to show the page:

Code:
$this->load->model('display');
$this->display->mainpage($data);

The question is - which way is more proper, to load the views inside controller or model? In my opinion is quite interesting to build the view inside a model...


Messages In This Thread
Load views in Controller or Model? - by El Forum - 05-23-2013, 10:57 PM
Load views in Controller or Model? - by El Forum - 05-24-2013, 12:58 AM
Load views in Controller or Model? - by El Forum - 05-24-2013, 01:19 AM
Load views in Controller or Model? - by El Forum - 05-25-2013, 10:17 PM
Load views in Controller or Model? - by El Forum - 05-29-2013, 01:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB