$method_name($data); else return $this->$method_name(); } // get($data) or post($data) return $this->$request_type($data); } // get() or post() return $this->$request_type(); } } ?>