getActiveUser(); $response = new Mobile_API_Response(); $result = array(); $result['modules'] = $this->getListing($current_user); $response->setResult($result); return $response; } }