0)
- $strCellClass = $strRowClass;
-
- if (strlen($strNextCellClass) > 0)
- $strCellClass = $strNextCellClass;
-
- // Allow SQL data to controll next cell class with _next_cell_class column:
- if (preg_match("/^_next_cell_class/i", $col))
- $strNextCellClass = $r[$col];
-
// Hide columns that begin with underscore:
if ($col[0] == "_")
continue;
?>
-
-
= $r[$col]; ?>
-
-
+
= $col; ?>
-
-
-
-
+
+
+
+
+
+
+
+ 0)
+ $strCellClass = $strRowClass;
+
+ if (strlen($strNextCellClass) > 0)
+ $strCellClass = $strNextCellClass;
+
+ // Allow SQL data to controll next cell class with _next_cell_class column:
+ if (preg_match("/^_next_cell_class/i", $col))
+ $strNextCellClass = $r[$col];
+
+ // Hide columns that begin with underscore:
+ if ($col[0] == "_")
+ continue;
+ ?>
+
+