diff --git a/test/Food_post_Entity.php b/test/Food_post_Entity.php new file mode 100644 index 0000000..38eb48c --- /dev/null +++ b/test/Food_post_Entity.php @@ -0,0 +1,40 @@ +F_post_id = $F_post_id; + $this->FSid = $FSid; + $this->ad_title = $ad_title; + $this->description = $description; + $this->address = $address; + $this->location = $location; + $this->type = $type; + $this->rating = $rating; + $this->ordering_time_deadlinem = $ordering_time_deadline; + $this->lifespan = $lifespan; + $this->post_amount = $post_amount; + $this->image = $image; + + } + +} + +?> +