PDA

View Full Version : Where Can I Print All Variables?


brandondrury
01-23-2011, 09:28 AM
I'd like to run a var_dump(get_defined_vars()); to get all the defined variables so I can figure out all the vB4 variables. Does anyone know where I can run this?

Brandon

Lynne
01-23-2011, 03:39 PM
You could run it at process_templates_complete, but you will get one big MESS of a page of vars!

brandondrury
03-07-2011, 01:39 AM
Thanks! I'm cool with the mess. I'm just trying to identify the variables.

quitsmoking
01-29-2014, 06:11 AM
Thanks :) Helped me too.