Welcome Guest, Not a member yet? Register   Sign In
Calling library method inside model error (with solution)
#2

Whats the reason why you are loading the second library into the first one? Wouldn't it be better to:
PHP Code:
class Mysecondlibrary extends Mylibrary 

That way, you can call methods in Mylibrary through $this->mysecondlibrary->
Reply


Messages In This Thread
RE: Calling library method inside model error (with solution) - by Wouter60 - 09-26-2018, 01:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB