DataObjects/Core_group.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 06:18:20 +0000 (14:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 06:18:20 +0000 (14:18 +0800)
DataObjects/Core_group.php

index 1343436..061b184 100644 (file)
  */
 require_once 'DB/DataObject.php';
 
-class Pman_Core_DataObjects_Core_groups extends DB_DataObject 
+class Pman_Core_DataObjects_Core_group extends DB_DataObject 
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
 
-    public $__table = 'core_groups';                          // table name
+    public $__table = 'core_group';                          // table name
     public $id;                              // int(11)  not_null primary_key auto_increment
     public $name;                            // string(64)  not_null
     public $type;                            // int(11)