PHP Debug-Var 1.0.0

PHP Debug-Var 1.0.0 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License:
  • Databases: N/A
  • Downloads: 362
  • Released: Aug 8, 2007

PHP Debug-Var 1.0.0 Description

Debug-Var is a PHP class for sophisticated display of variables when developing scripts.

It offers similar information about variables as the PHP-functions "var_dump" or "var_export", but has more options and a much more improved grafical output!

Features
- Easily switch debug on and off.
- Display a summary with information about variable types, sizes and colorcoding for often used types as $_POST or $_SESSION.
- Display the variables highlighted and as valide PHP code.
- Easily define settings for the different display styles.

PHP Debug Var Bookmark

Hyperlink code:
Hyperlink for Forum code:

PHP Debug-Var 1.0.0 Script Download Notice

Top 4 Download periodically updates information of PHP Debug-Var 1.0.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. PHP Debug-Var 1.0.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Serializer Class

This Class enable you to pass and receive complex data type from and to PHP using the native PHP functions serialize and unserialize (this means that you can receive an array directly from PHP without making any kind of split to obtain your original array). ...

PHP Bind

PHPBind is a complete PHP class for managing BIND's configuration files. Using no outside resources, and implemented completely within PHP it offers full control of named.conf and associated (or not) domain db files. ...

cvsphpview

... based on phpBrowseCVS 1.0, it provides a simple PHP class to access CVS repositories from local or remote (not soon). It can do any of following jobs: lists, logs,diffs,annotates,checkouts. ...

Really Simple PHP and Ajax

... 5. It is a combination of plane PHP class and HTML. Using this framework you can call server side PHP class functions from client side control events. And in ... HTML controls. - Can use simple PHP classes, Controls in HTML will be directly populated to PHP class. - Can call PHP class methods directly ...

poopf PHP framework

... object-oriented PHP framework - is a minimal set of classes for using database records in MySQL or PostgreSQL, ... or pear::db. It provides also a secure Cookie class for persisting authenticated clients. Example: $db = new MySQL('localhost','mydb','brian','cletus',''); $user = >$db-get_record("user_table",$_PARAM["user_id"]); echo >$user-name; ...