index.php
authorAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 04:57:07 +0000 (12:57 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 04:57:07 +0000 (12:57 +0800)
index.php

index 9000883..7f81a22 100644 (file)
--- a/index.php
+++ b/index.php
@@ -36,6 +36,15 @@ new HTML_FlexyFramework(array(
                 dirname(__FILE__). '/Pman/Core/DataObjects/pman.ini',
                 
         )),
+         'table_alias' => array(
+            'core_person' => 'Person',
+            'core_company' => 'Companies',
+            'core_group_member' => 'group_members',
+            'core_group_right' => 'group_rights',
+            'core_group' => 'Groups',
+            'core_office' => 'Office',
+            'core_project' => 'Projects',
+        )
     ),
     'MTrackWeb' => array(
         'working_dir' => '/var/lib/mtrack', // this needs to be writable by web user..