DataObjects/Core_curr_rate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 05:30:29 +0000 (13:30 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 05:30:29 +0000 (13:30 +0800)
DataObjects/Core_curr_rate.php

index 3e558ca..b3fcb87 100644 (file)
@@ -1,7 +1,27 @@
 <?php
-
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+/**
+ * Table Definition for core_curr_rate
  */
-?>
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_curr_rate extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+  
+    public $__table = 'core_curr_rate';    // table name
+    public $id;
+    public $curr;
+    public $rate;
+    public $from;
+    public $to;
+
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+    
+    function applyFilters($q, $au, $roo)
+    {
+        
+    }
+    
+}