Selamat datang di blog dengan postingan jarang alias musiman.. saat ini saya disibukan dengan aktivitas mengelola beberapa website seperti iklan baris, hosting, dll. Jadi harap Maklum yo kalo jarang banget di update ini blog.... BTW thanks udah sudi mampir :D

Saturday, October 2, 2010

melihat semua variable node di drupal

<?php
echo '<pre>';
print_r($node);
echo '</pre>';
?>

 

// this field  *is not* added to the output
$output .= $node->field_a_adresse[0][view];
// this field *is* added to the output
$output .= $node->title;
// taxonomy fields also get printed if added to $output in this

0 comments:

Post a Comment