Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
system\utils Namespace Reference

Detailed Description

CVarDumper class file.

Author
Qiang Xue qiang.nosp@m..xue.nosp@m.@gmai.nosp@m.l.co.nosp@m.m Copyright © 2008-2011 Yii Software LLC http://www.yiiframework.com/license/ CVarDumper 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. CVarDumper can be used as follows, CVarDumper::dump($var); Qiang Xue qiang.nosp@m..xue.nosp@m.@gmai.nosp@m.l.co.nosp@m.m 1.0