From: Chris Date: Mon, 28 May 2012 08:48:19 +0000 (+0800) Subject: RefreshDatabaseCache.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=737185513b6c5c3be49d618a9fbf8261971c3bf8 RefreshDatabaseCache.php --- diff --git a/RefreshDatabaseCache.php b/RefreshDatabaseCache.php index 8b137891..c9ddc410 100644 --- a/RefreshDatabaseCache.php +++ b/RefreshDatabaseCache.php @@ -1 +1,51 @@ +cli)) { + $this->cli = true; + return true; + } + parent::getAuth(); // load company! + $au = $this->getAuthUser(); + if (!$au || $au->company()->comptype != 'OWNER') { + $this->jerr("Not authenticated", array('authFailure' => true)); + } + $this->authUser = $au; + return true; + + + } + + function get($args, $opts) + { + //print_r($opts);exit; + + + // technically it would be good to trash the cached ini files here.. + // however we can not really do that, as the ownships are off.. + //we can however regen our own files.. + //DB_DataObject::debugLevel(1); + //HTML_FlexyFramework::get()->debug = 1; + HTML_FlexyFramework::get()->generateDataobjectsCache(true); + + die("done!"); + } + +} \ No newline at end of file