List All Objects Created on a Page
Posted: Fri Mar 20, 2009 8:36 am
I'd like to get a list of all objects that have been created so far on a page. I'm looking for a function similar to get_defined_vars, but I can't find one.
I'm working in a template file (joomla) and I'd like to know what variables have already been set on the page. I thought that get_defined_vars would help me, but it only lists variables that exist outside of objects. So, I need to first get a list of all the objects in the page, then use get_object_vars().
Thanks,
Julie
I'm working in a template file (joomla) and I'd like to know what variables have already been set on the page. I thought that get_defined_vars would help me, but it only lists variables that exist outside of objects. So, I need to first get a list of all the objects in the page, then use get_object_vars().
Thanks,
Julie