Changeset 1329 for branches/3.0/framework/PradoBase.php
- Timestamp:
- 08/05/2006 04:22:58 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/3.0/framework/PradoBase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/framework/PradoBase.php
r1317 r1329 517 517 public static function varDump($var,$depth=10,$highlight=false) 518 518 { 519 require_once(PRADO_DIR.'/Util/TVarDumper.php');519 Prado::using('System.Util.TVarDumper'); 520 520 return TVarDumper::dump($var,$depth,$highlight); 521 521 }
