Welcome Guest, Not a member yet? Register   Sign In
code igniter : Weird problem : problem just in chrome : works fine in IE and Moz
#3

[eluser]BaCeTo[/eluser]
$this->session->userdata('a') may be unaccessible in the view. You may try with $CI = get_instance();
and then $CI->session->userdata. $this variable will be accessible only in the controller. You shouldn't be able to use it inside the view. Also you are loading "model_a" in the example, but then try to access model_b. How does that work for you ?


Messages In This Thread
code igniter : Weird problem : problem just in chrome : works fine in IE and Moz - by El Forum - 06-07-2011, 03:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB