TVarDumper class.
TVarDumper is intended to replace the buggy PHP function var_dump and print_r. It can correctly identify the recursively referenced objects in a complex object structure. It also has a recursive depth control to avoid indefinite recursive display of some peculiar variables.
TVarDumper can be used as follows,
- echo TVarDumper::dump($var);
Located in /Util/TVarDumper.php (line 31)
Converts a variable into a string representation.
This method achieves the similar functionality as var_dump and print_r but is more robust when handling complex objects such as PRADO controls.
Documentation generated on Sun, 11 Jan 2009 20:24:21 -0500 by phpDocumentor 1.3.0RC4