Welcome Guest, Not a member yet? Register   Sign In
Problem with view dir change
#1

[eluser]walrus_lt[/eluser]
Hi, i have problem while trying to change view dir;
In my cron library i puted this code:
Code:
function check_browser(){
    $this->ci->load->library('user_agent');

    if ( $this->ci->agent->is_mobile() ){
        $this->ci->CI_Loader->_ci_view_path = APPPATH.'views/mobile/';
    } else {
        $this->ci->CI_Loader->_ci_view_path = APPPATH.'views/desktop/';
    }
}

But it throws error that it doesnt find my view file. Anyone could help me please? Smile


Messages In This Thread
Problem with view dir change - by El Forum - 08-24-2009, 08:39 AM
Problem with view dir change - by El Forum - 08-24-2009, 10:06 AM
Problem with view dir change - by El Forum - 08-24-2009, 06:31 PM
Problem with view dir change - by El Forum - 08-24-2009, 06:45 PM
Problem with view dir change - by El Forum - 08-24-2009, 07:36 PM
Problem with view dir change - by El Forum - 08-25-2009, 03:24 AM
Problem with view dir change - by El Forum - 08-25-2009, 08:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB