Example #1
0
 public static function getRecordsetAndFields($id)
 {
     $qry = Utils_RecordBrowserCommon::get_record("quick_search", $id, false);
     if ($qry) {
         self::$resultFormat = $qry["result_format"];
         return self::parse_recordset($qry["recordsets"], $qry["select_field_to_search"]);
     } else {
         return false;
     }
 }