This looks more like a wiki that a style guide. I'll think about changing this up...
To get info on a variable use the following code:
<pre>
<? var_dump($variable); ?>
</pre>
var_dump();
will dump the variable and the <pre />
tag will format the code so that it's easier to read.