PHP Debug Class
Записки веб разработчика
Категории
О записках
Записки веб разработчика это статьи и ссылки по веб разработке, дизайну, продвижению веб-рессурсов а также описание и ссылки на полезные скрипты
Администрирование
Пятница, 10 Февраль. 2006
PHP Debug Class
It's a class that displays structured information about a variable in a colored tabular format. Simply put, it's PHP's var_dump function on steroids.
If you have ever used ColdFusion you would certainly agree with me that its tag (cfdump) has a much better represenation/output of a variable and its contents than PHP's var_dump which only outputs horrible structured information. It's very difficult to view at a glance the contents of a large array with var_dump. Well, dBug is the the equivalent of PHP's cfdump. ColdFusion programmers would be happy to note that the same color scheme is used as the default scheme for dBug. And well, PHP programmers would be happy to note that they can at last see contents of a variable much easier with dBug.
Home :http://dbug.ospinto.com/
Examples : here
Обратные ссылки
URI этой записи для создания обратных ссылок (trackback)
Нет обратных ссылок






