Exemplo n.º 1
0
Arquivo: Command.php Projeto: 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/';
 }
Exemplo n.º 2
0
Arquivo: Common.php Projeto: h1soft/h
/**
 * VAR目录
 * @return type
 */
function varPath()
{
    return hmvc\HApplication::varPath();
}