1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Updated Technical Wiki (markdown)

Ap.Muthu
2016-03-17 18:00:57 +00:00
parent 0142611a26
commit 94f4d0b21f

@@ -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) {
..