$_view
$_view : \Horde_View
The parent view invoking the helper.
Dumps a variable for inspection.
Portions borrowed from Paul M. Jones' Solar_Debug
$_view : \Horde_View
The parent view invoking the helper.
__construct(\Horde_View $view)
Creates a helper for $view.
\Horde_View | $view | The view to help. |
dump(\Exception $e) : string
Pretty exception dumper.
Inspired by: http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/ and http://www.sitepoint.com/blogs/2006/08/12/pimpin-harrys-pretty-bluescreen/.
Also see for future ideas: http://mikenaberezny.com/archives/55
\Exception | $e | An exception to dump. |
Debug output of the exception.