Welcome Guest, Not a member yet? Register   Sign In
how to load library in viewer page?
#2

[eluser]Maglok[/eluser]
You should really not load libraries in your view, but use the controller for it.

That said if you are adament you need to do a get_instance on the CI object and use it kinda like this: $this->CI->load->library('mylib');


Messages In This Thread
how to load library in viewer page? - by El Forum - 03-17-2010, 06:14 PM
how to load library in viewer page? - by El Forum - 03-18-2010, 03:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB