fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7004] merge from bim-branch


From: Sigurd Nes
Subject: [Fmsystem-commits] [7004] merge from bim-branch
Date: Wed, 16 Feb 2011 09:30:10 +0000

Revision: 7004
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7004
Author:   sigurdne
Date:     2011-02-16 09:30:07 +0000 (Wed, 16 Feb 2011)
Log Message:
-----------
merge from bim-branch

Added Paths:
-----------
    trunk/bim/inc/class.sobim.inc.php

Copied: trunk/bim/inc/class.sobim.inc.php (from rev 7003, 
branches/dev-bim2/property/inc/class.sobim.inc.php)
===================================================================
--- trunk/bim/inc/class.sobim.inc.php                           (rev 0)
+++ trunk/bim/inc/class.sobim.inc.php   2011-02-16 09:30:07 UTC (rev 7004)
@@ -0,0 +1,13 @@
+<?php
+
+//phpgw::import_class('phpgwapi.datetime');  // just a test import
+
+/*
+ * parent SO object defining table names
+ */
+interface sobim {
+        
+       const bimItemTable = 'fm_bim_item';
+       const bimTypeTable = 'fm_bim_type';
+       const bimModelTable = 'fm_bim_model';
+}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]