Welcome Guest, Not a member yet? Register   Sign In
Loading views from some other folder
#1

[eluser]magiclko[/eluser]
Hello

I was just wondering if i can load views from some folder other than application/views like say application/templates/<template-name> ?

Actually issue is that i want to introduce a template system in my web app. So, what i am thinking is that each template will have its views like header, footer, questions etc and given the template which the user select i will go in the appropriate folder and load that view. so, code will be like

Code:
$this->load->view(base_url().'application/templates/'.$templatename.'/footer');

Is it feasible? or there is a better way to do the same?


Messages In This Thread
Loading views from some other folder - by El Forum - 04-08-2011, 01:30 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:30 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:37 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:40 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:44 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:49 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:54 AM
Loading views from some other folder - by El Forum - 04-08-2011, 12:05 PM
Loading views from some other folder - by El Forum - 04-08-2011, 12:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB