print_d
Component ID
1867850
Component name
print_d
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
It´s a simple alternative to dsm function of Devel module. I called it print_die,
because the execution is terminated after variables are rendered.
Features:
*Print objects, arrays, and simple variables.
*Format and highlight sql statements
*Accept multiple parameters
*Terminate the execution, and avoid Drupal do nothing more.
Usage:
print_d($var1,$var2,....);
or using the mask 'asd':
asd($var1,$var2,....);
