Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Vd dump

An improved var_dump for CodeIgniter, easier to read output with colors and more infos.

Usage

simply load the library:

$this->load->library('Vd');

Then when you want to debug a var simple:

vd::dump($var);

This will directly output the debug.

If you want to output elsewhere you can set the return parameter to true:

$debug = vd::dump($var, 'My var name here', TRUE);

About

An improved var_dump, easier to read output with color and more infos

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages