DataObjects/Core_image_type.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 07:55:20 +0000 (15:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 07:55:20 +0000 (15:55 +0800)
DataObjects/Core_image_type.php

index e69de29..8e26ab1 100644 (file)
@@ -0,0 +1,19 @@
+<?php
+/**
+ * Table Definition for core company
+ */
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_image_type extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_image_type';               // table name
+    public $id;                              // int(11)  not_null primary_key auto_increment
+    public $name;                            // string(64)  not_null
+
+    
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+}