From 80b1a6db79807098516a8849cab584073d14ec5d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Oct 2016 14:47:18 +0800 Subject: [PATCH] DataObjects/Core_project.php --- DataObjects/Core_project.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_project.php b/DataObjects/Core_project.php index 62d2ba3b..a1238a45 100644 --- a/DataObjects/Core_project.php +++ b/DataObjects/Core_project.php @@ -4,12 +4,12 @@ */ require_once 'DB/DataObject.php'; -class Pman_Core_DataObjects_Projects extends DB_DataObject +class Pman_Core_DataObjects_Core_projects extends DB_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'Projects'; // table name + public $__table = 'core_project'; // table name public $id; // int(11) not_null primary_key auto_increment public $name; // string(254) not_null public $remarks; // blob(65535) not_null blob -- 2.39.2