DataObjects/Cms_category_type.php
authorAlan Knowles <alan@roojs.com>
Fri, 9 Nov 2012 03:42:21 +0000 (11:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Nov 2012 03:42:21 +0000 (11:42 +0800)
DataObjects/Cms_category_type.php

index 3fcd639..e69de29 100644 (file)
@@ -1,19 +0,0 @@
-<?php
-/**
- * Table Definition for cms_category_type
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_Cms_category_type extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'cms_category_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
-}