summaryrefslogtreecommitdiffstats
path: root/generated-classes/Category.php
diff options
context:
space:
mode:
Diffstat (limited to 'generated-classes/Category.php')
-rw-r--r--generated-classes/Category.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/generated-classes/Category.php b/generated-classes/Category.php
new file mode 100644
index 0000000..041fe78
--- /dev/null
+++ b/generated-classes/Category.php
@@ -0,0 +1,18 @@
+<?php
+
+use Base\Category as BaseCategory;
+
+/**
+ * Skeleton subclass for representing a row from the 'category' table.
+ *
+ *
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements. This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ */
+class Category extends BaseCategory
+{
+
+}