dbase_dpm
Categories
Component ID
1916546
Component name
dbase_dpm
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
The module stores debug values in the database and saves this values for later inspectation.
This is extremly useful in cron, batch or the simpletest enviroments, where standard debug function - dpm()-function of the devel module - not works
The devel module offers a function called dpm().
Demonstration, how the dpm()-function of the devel module works.
$value = 'Some test text.';
dpm($value);
Demonstration, how the ddpm()-function of this module works.
$value = 'Some test text.';
ddpm($value)
