Return to Snippet

Revision: 52860
at November 3, 2011 09:31 by tsubryan


Updated Code
<?php
echo '<pre>';
 var_dump(get_defined_vars()); 
echo '</pre>';
?>

Revision: 52859
at November 3, 2011 05:48 by tsubryan


Initial Code
<?php
echo '<pre>';
print_r($vars['template_files']);
echo '</pre>';
?>

Initial URL


Initial Description
Used to print the variables on a given page. in drupal 6.

Initial Title
Drupal Print Variables

Initial Tags
php, drupal

Initial Language
PHP