X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_company.php;h=1dea0f9018d421a4267c0961a060b149cc148eab;hp=a7830f6fbf9cc80a495818cb0aac3d1224cbf8c8;hb=db3107ac05ef266d257bf99eb5246cf054f5932e;hpb=ebffb9aab027e38c44e39a9e19e1812716e78567 diff --git a/DataObjects/Core_company.php b/DataObjects/Core_company.php index a7830f6f..1dea0f90 100644 --- a/DataObjects/Core_company.php +++ b/DataObjects/Core_company.php @@ -4,12 +4,12 @@ */ require_once 'DB/DataObject.php'; -class Pman_Core_DataObjects_Companies extends DB_DataObject +class Pman_Core_DataObjects_Core_Company extends DB_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'Companies'; // table name + public $__table = 'core_company'; // table name public $code; // string(32) not_null public $name; // string(128) public $remarks; // blob(65535) blob