getAuthUser(); if (!$au) { $this->jerrAuth("only authenticated users"); } $this->authUser = $au; } function get() { // for testing.. return $this->post(); } function post() { $key = HTML_FlexyFramework::get()->Pman_Core['googlekey']; $this->jdata($key); } }