Changeset 1329 for branches/3.0
- Timestamp:
- 08/05/2006 04:22:58 PM (2 years ago)
- Location:
- branches/3.0
- Files:
-
- 2 modified
-
buildscripts/classtree/build.php (modified) (1 diff)
-
framework/PradoBase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/buildscripts/classtree/build.php
r1215 r1329 7 7 8 8 $exclusions=array( 9 'prado.php',9 // 'prado.php', 10 10 'pradolite.php', 11 'PradoBase.php',11 // 'PradoBase.php', 12 12 'clientscripts.php', 13 13 '.svn', -
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 }
