Welcome Guest, Not a member yet? Register   Sign In
Issue with undefined function
#1

I am having a problem calling a function. There seems to be two kinds of modules in my project. A) module that has functions that extend ci_model . These functions allow you to use this->. Typical CI stuff. B) module that is just straight php code. These functions don't extend the ci_model. 

I have a need to call a function in a A module from a B module. This won't work and I get an undefined function error when I run the call. What must I add to module B to tell it to look in Module A for the missing function?

I hope I explained this ok?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
Issue with undefined function - by richb201 - 06-28-2018, 04:53 PM
RE: Issue with undefined function - by neuron - 06-28-2018, 11:05 PM
RE: Issue with undefined function - by richb201 - 06-29-2018, 03:30 AM
RE: Issue with undefined function - by neuron - 06-29-2018, 04:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB