DataObjects/Core_person_settings.php
authorEdward <edward@roojs.com>
Mon, 1 Apr 2019 09:50:56 +0000 (17:50 +0800)
committerEdward <edward@roojs.com>
Mon, 1 Apr 2019 09:50:56 +0000 (17:50 +0800)
DataObjects/Core_person_settings.php

index 3ac00fa..e67208e 100644 (file)
@@ -1,8 +1,21 @@
 <?php
-
-/* 
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
+/**
+ * Table Definition for Core_person_settings
  */
+class_exists('DB_DataObject') ? '' : require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_person_settings extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
 
+    public $__table = 'core_person_settings';
+    public $id;
+    public $person_id;
+    public $scope;
+    public $data;
+    
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+    
+ }