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=array()) { // 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); $this->jok('DONE'); } }