Show
Ignore:
Timestamp:
08/05/2006 04:22:58 PM (2 years ago)
Author:
xue
Message:

some minor fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/framework/PradoBase.php

    r1317 r1329  
    517517        public static function varDump($var,$depth=10,$highlight=false) 
    518518        { 
    519                 require_once(PRADO_DIR.'/Util/TVarDumper.php'); 
     519                Prado::using('System.Util.TVarDumper'); 
    520520                return TVarDumper::dump($var,$depth,$highlight); 
    521521        }