Displaying values for easy DEVing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Bort Plate
Forum Newbie
Posts: 1
Joined: Mon Jan 17, 2011 4:28 pm

Displaying values for easy DEVing

Post by Bort Plate »

A few years ago, I came across what might have just been a plugin or simple script (I can't remember) that allowed you to input something such as a 5 dimensional array, or I think even a database or whatever and would display it neatly, in a color-coded table on the page. I mean, very neatly; each table and row could be clicked on to expand/contract the data within, and it would display information such as length of arrays and string vs number etc.

Does anyone know of something like this. I'm sick and tired of printing arrays and other objects and trying to sort through messy crap. It saved me hours of time.

Thanks.
Post Reply