db->get("forms"); return $query->result(); } public function deleteForm($id){ return $this->db->delete('forms', ['id' => $id]); } }