dbinterface->HWextension_db_SccpTableData('get_columns_sccpdevice'); foreach ($sccpDeviceDesc as $data) { $key = (string) $data['Field']; $defaultVal[$key] = array("keyword" => $key, "data" => $data['Default'], "seq" => "99"); } echo $this->showGroup('sccp_srst', 1); echo $this->showGroup('sccp_dev_vendor_conf', 1,'vendorconfig',$defaultVal,false); ?>