Skip to content

Spir/vd-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages