cli)) { $this->cli = true; return true; } die("cli only"); } 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.. HTML_FlexyFramework::get()->generateDataobjectsCache(true); die("done!"); } }