advanced code snippet search
shrop on 07/07/08
drupal
07/07/08 09:03pm
3 people have marked this snippet as a favorite
basicmagicdvdrtrgnpanatlantica
print_r($node)
Report this snippet Tweet
for a more detailed view of any variable including drupal objects like the node object you can also use var_dump($node);
view source for nicer format.
Comment:
You need to login to post a comment.
for a more detailed view of any variable including drupal objects like the node object you can also use var_dump($node);
view source for nicer format.