summaryrefslogtreecommitdiffstats
path: root/models/Topic.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/Topic.php')
-rw-r--r--models/Topic.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/models/Topic.php b/models/Topic.php
new file mode 100644
index 0000000..6f12aa2
--- /dev/null
+++ b/models/Topic.php
@@ -0,0 +1,13 @@
+<?php
+
+namespace app\models;
+
+class Topic extends \lithium\action\Model {
+ public function __init()
+ {
+ parent::__init();
+
+ //Vadidators
+
+ }
+} \ No newline at end of file