Ejemplo n.º 1
0
Archivo: Command.php Proyecto: h1soft/h
 public function __construct()
 {
     parent::__construct();
     self::$_app = $this;
     self::$webApp = new \hmvc\Web\Application();
     \hmvc\HApplication::$rootPath = dirname(\hmvc\HApplication::$rootPath) . '/';
     \hmvc\HApplication::$varPath = dirname(\hmvc\HApplication::$rootPath) . DS . 'var/';
 }
Ejemplo n.º 2
0
Archivo: Common.php Proyecto: h1soft/h
/**
 * VAR目录
 * @return type
 */
function varPath()
{
    return hmvc\HApplication::varPath();
}