hey everyone im having an issue with __get
I basically have a class that extends off smarty class and would like to implent this feature into my class.
Only problem is that __get is just a bit tricky and likes to call absolutely everything.
is there a way to have it just used within the parent class and not the class that it inherits from?
Thanks