Understanding <? Php print $ node & # 8594; content ['body'] ['# value'];?> in Drupal
Sorry, this is really a noob question ...
When I want to print part of the $ content array in node.tpl.php (for example), I will use something like <?php print $node->content['body']['#value']; ?>
I just want to understand what it is ->. Presumably this means that $nodeis something other than a regular array? (Otherwise it will be $node['content']['body']['#value'])
Greetings.
+3
3 answers