Mattias,
As an avid user of var_dump($something); die(); I think this is a *fabulous*
idea!
Laravel has a good idea with dd(), I would like to see something that is
quick and easy to type, that we can throw anything at.. Maybe something
similar (basic example) to the following :
function dd($anything)
{
var_dump(func_get_args());
die(1);
}
Or something along those lines..
What does the gang think?
On Thu, Oct 8, 2015 at 9:05 AM, Mattias Gonzalez <[email protected]>
wrote:
> I wanted to propose the "var_die($var)" functionallity.
> My mates and i use a lot var_dump($var);die;
>
> Since die() wont print an array just a string, i think it´ll be very
> useful.
>
> It should do the var_dump($var);and die();
>
> what do you think?
>
--
Kris Childress