conn = $conn; } function tables($orderby='1') { if (!$this->tablesSQL){ return false; } $rs = $this->conn->execute($this->tablesSQL); if (!$rs) { return false; } $html = rs2html($rs, false, false, false, false); return $html; } }