Hi all,
I am trying to execute code that is stored as a text field in a database. The code needs to know which class has called it. This is so it can access instance methods and variables within the calling class, mainly so it can update itself within the DB. When I use eval parse the string it has no class or super class. How can I tell it which class it belongs to?