Full Listing of $vars for a Node
Submitted by Dale on April 23, 2007 - 12:23am
Full listing, in print_r format, of the $vars array for node from a default Drupal 5.1 system with the Garland theme:
Array
(
[nid] => 11
[vid] => 11
[type] => story
[status] => 1
[created] => 1177138763
[changed] => 1177138763
[comment] => 2
[promote] => 1
[sticky] => 0
[revision_timestamp] => 1177138763
[title] => Story Example
[body] => <p>This is a story node.</p>
[log] =>
[format] => 1
[uid] => 1
[name] => <a href="/user/1" title="View user profile.">admin</a>
[picture] =>
[data] => a:0:{}
[last_comment_timestamp] => 1177138763
[last_comment_name] =>
[comment_count] => 0
[taxonomy] => Array
(
)
[readmore] =>
[content] => <p>This is a story node.</p>
[links] => <ul class="links inline">
<li class="first last comment_add">
<a href="/comment/reply/11#comment-form"
title="Share your thoughts and opinions related to this posting."
class="comment_add">Add new comment</a>
</li>
</ul>
[date] => Fri, 04/20/2007 - 22:59
[node] => stdClass Object
(
[nid] => 11
[vid] => 11
[type] => story
[status] => 1
[created] => 1177138763
[changed] => 1177138763
[comment] => 2
[promote] => 1
[sticky] => 0
[revision_timestamp] => 1177138763
[title] => Story Example
[body] => <p>This is a story node.</p>
[log] =>
[format] => 1
[uid] => 1
[name] => admin
[picture] =>
[data] => a:0:{}
[last_comment_timestamp] => 1177138763
[last_comment_name] =>
[comment_count] => 0
[taxonomy] => Array
(
)
[readmore] =>
[content] => Array
(
[body] => Array
(
[#weight] => 0
[#value] => <p>This is a story node.</p>
[#printed] => 1
)
[#children] => <p>This is a story node.</p>
[#printed] => 1
)
[links] => Array
(
[comment_add] => Array
(
[title] => Add new comment
[href] => comment/reply/11
[attributes] => Array
(
[title] => Share your thoughts and opinions related to this posting.
)
[fragment] => comment-form
)
)
)
[node_url] => /node/11
[page] => 1
[teaser] =>
[terms] =>
[submitted] => Submitted by <a href="/user/1" title="View user profile.">admin</a>
on Fri, 04/20/2007 - 22:59.
[zebra] => odd
[id] => 1
[directory] => themes/garland
[is_front] =>
)
