summaryrefslogtreecommitdiffstats
path: root/application/models/Systems.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/Systems.php')
-rw-r--r--application/models/Systems.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/application/models/Systems.php b/application/models/Systems.php
new file mode 100644
index 0000000..dd31af5
--- /dev/null
+++ b/application/models/Systems.php
@@ -0,0 +1,7 @@
+<?php
+
+class Model_Systems extends Zend_Db_Table_Abstract
+{
+ protected $_name = 'systems';
+
+}