Logo Background RSS

dBug

  • Written by vinuvinu No Comments Comments
    Last Updated: March 1st, 2007

    dBug

    dBug is a variable dump tool, similar to Cold Fusion’s cfdump, for PHP which provides the following:

    • Outputs colored and structured tabular variable information.
    • Variable types supported are: Arrays, Classes/Objects, Database and XML Resources.
    • Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable.

    Integrating it with your code is as simple as the code shown below:

    include_once("dBug.php");
    new dBug($myVariable);

    Link: dBug

    Bookmark and share:
    • del.icio.us
    • Digg
    • StumbleUpon
    • BlinkList
    • blogmarks
    • Furl
    • Slashdot
    • Spurl
    • Technorati
    • YahooMyWeb
    • description
    • Facebook
    • Google
    • Live
    • Ma.gnolia
    • NewsVine
    • Reddit
    • TwitThis

Advertisement

Leave a Comment