Welcome Guest, Not a member yet? Register   Sign In
Output Class - disable parsing of execution variables
#2

[eluser]Harold Villacorte[/eluser]
It looks to me like you are correct. load_class() instantiates the object as opposed to extending the class so $this->output->parse_exec_vars = FALSE would not work. Unless I am overlooking something extending the core class like you are doing is the only way to access the protected property.

I have not tested it but shouldn't you be able to set the $parse_exec_vars property like this $this->parse_exec_vars = FALSE from within the MY_Output class since the property is inherited? That is not necessarily an answer I am giving but a question I am asking as well.


Messages In This Thread
Output Class - disable parsing of execution variables - by El Forum - 01-29-2013, 05:49 AM
Output Class - disable parsing of execution variables - by El Forum - 01-29-2013, 05:01 PM
Output Class - disable parsing of execution variables - by El Forum - 01-30-2013, 04:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB