Nice DPQ
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Alternative to Devel's dpq(), with added linebreaks and indentation for readability.
Example of a nested query:
$q_nested = db_select(..);
...
$q = db_select(..);
$q->leftJoin($q_nested, ...);
...
nicedpq($q);
Result (in the message area):
