aboutsummaryrefslogtreecommitdiff
path: root/model/Form.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/Form.php')
-rw-r--r--model/Form.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/model/Form.php b/model/Form.php
new file mode 100644
index 0000000..2ed0d96
--- /dev/null
+++ b/model/Form.php
@@ -0,0 +1,8 @@
+<?php
+
+class Form
+{
+ public $name;
+ public $email;
+ public $message;
+}