From 94f4d0b21f87d182497a4e0ae9fe5e5931aa2ece Mon Sep 17 00:00:00 2001 From: "Ap.Muthu" Date: Thu, 17 Mar 2016 18:00:57 +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 e3f58e5..d00b0c8 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 +* 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) { ..