Welcome Guest, Not a member yet? Register   Sign In
How to check if a library exist in a controller?
#3

(This post was last modified: 04-29-2016, 05:18 PM by agriz.)

How can we use
PHP Code:
$this->{$lib
?
Dont we need to load it first?


PHP Code:
$this->load->library($lib); //This lines throws 500 Internal Server Error. Because that library is not available. 
Reply


Messages In This Thread
RE: How to check if a library exist in a controller? - by agriz - 04-29-2016, 05:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB