Welcome Guest, Not a member yet? Register   Sign In
Universal functions
#3

[eluser]Dam1an[/eluser]
<rant>I hate people that bump up their topics just a day after they initially posted</rant>

As for loading a differant view based on a user preference, if you store the name of the template in the database along with other user details, and have each differant design in a folder in the views, you could do something like
Code:
$this->load->view('templates/'.$user->template.'/master', $data);


Messages In This Thread
Universal functions - by El Forum - 05-09-2009, 07:21 AM
Universal functions - by El Forum - 05-10-2009, 07:15 AM
Universal functions - by El Forum - 05-10-2009, 07:57 AM
Universal functions - by El Forum - 05-10-2009, 08:26 AM
Universal functions - by El Forum - 05-10-2009, 08:31 AM
Universal functions - by El Forum - 05-10-2009, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB