fetch(); } public function load(){ return $this->fetch(); } public function reword(){ $data = $this->request->post(); $path = $this->request->domain().$this->request->root().$data['path']; unset($data['path']); $res = http($path, $data, 'post'); return $res; } }