By slnm on
Hi,
I'm new to Drupal. I've been getting oriented to the Drupal API and I'd like to get familiar with the Drupal objects by dumping the fields of each object in an install and studying the output. My thought is to take a fresh Drupal install, create a node with some content and then dump the contents of my Drupal install -- in this case, just one node.
Does a module exist that does this? If not, can someone point me to information where I might learn to do this myself?
Thanks,
SL
Comments
Devel module is good
Devel module is good
Excellent. Thank you! I've
Excellent. Thank you! I've installed it and have started playing with it. It should be tremendously helpful.