Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 354 Bytes

File metadata and controls

12 lines (9 loc) · 354 Bytes

dd()

Dump the passed variables. You can call it only one time.

dd($var)

  • $var(mixed) - Variable to dump.
dd($modx->user, $array, $string, $bool);

Themes

There are 2 themes for the dump result - dark and light. The dark theme is default. To change it create the "modhelpers_debug_theme" system setting and put "light" in it.