From 9ba486f687222bb9948faf0afe9ce93f3b46e4aa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 May 2014 15:38:45 +0800 Subject: [PATCH] DatabaseColumns.php --- DatabaseColumns.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DatabaseColumns.php b/DatabaseColumns.php index 3810c1d6..e731dc4c 100644 --- a/DatabaseColumns.php +++ b/DatabaseColumns.php @@ -19,4 +19,13 @@ class Pman_Core_DatabaseColumns extends Pman { $this->authUser = $au; return true; } + + function get($table) { + $d = DB_DAtaObject::Factory($table); + $re = $d->autoJoin(); + print_r($re); + exit; + + + } } \ No newline at end of file -- 2.39.2