From 3ac3e48c81ac551f193b8848377ab486b7758d8b Mon Sep 17 00:00:00 2001 From: "Ap.Muthu" Date: Thu, 17 Mar 2016 18:01:35 +0000 Subject: [PATCH] Updated Technical Wiki (markdown) --- Technical-Wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Technical-Wiki.md b/Technical-Wiki.md index d00b0c8..217b55b 100644 --- a/Technical-Wiki.md +++ b/Technical-Wiki.md @@ -152,7 +152,7 @@ $field = Array foreach ($row as $key => $val) { if (isset($names[$key])) { ```` -* Hide Auto-increment Primary Key in New Record Form (populate $hidePKfields as needed). Alternatively, just the table names would suffice where the primary key can be ascertained from the ````$field['primary'] == 1```` taking the field name from ````$field['field']```` element. +* Hide Auto-increment Primary Key in New Record Form (populate ````$hidePKfields```` as needed). Alternatively, just the table names would suffice where the primary key can be ascertained from the ````$field['primary'] == 1```` taking the field name from ````$field['field']```` element. ```` function fieldName($field, $order = 0) { ..