Skip to content

Instantly share code, notes, and snippets.

View ashmohd's full-sized avatar
💭
I may be slow to respond.

Ash Mohd ashmohd

💭
I may be slow to respond.
View GitHub Profile
<?php
/**
* Dump helper. Functions to dump variables to the screen, in a nicley formatted manner.
* @author Joost van Veen
* @version 1.0
*/
if (!function_exists('dump')) {
function dump ($var, $label = 'Dump', $echo = TRUE)
{
// Store dump in variable