Acces controller function from library / alternative work around? |
[eluser]Adam K[/eluser]
Hi Bramme, as I mentioned on twitter, I'm not sure about three things: - $this->CI. what is it? Is it CI via get_instance(), or just something you thought would work? If the latter, use code from here to get to CI instance in library CI object from library - also, I'm not sure whether 'core' controller class is initiaded (maybe only extended), so you have to initiate it. - I'm not sure whethere you can call underscored functions from outside ![]() Adam |
Messages In This Thread |
Acces controller function from library / alternative work around? - by El Forum - 01-21-2011, 08:40 AM
Acces controller function from library / alternative work around? - by El Forum - 01-21-2011, 09:38 AM
Acces controller function from library / alternative work around? - by El Forum - 01-21-2011, 09:52 AM
Acces controller function from library / alternative work around? - by El Forum - 01-21-2011, 10:00 AM
Acces controller function from library / alternative work around? - by El Forum - 01-21-2011, 10:22 AM
Acces controller function from library / alternative work around? - by El Forum - 01-22-2011, 12:06 PM
|