From fd3d1c7e2e8ac1f3e01a2333399db02966128daf Mon Sep 17 00:00:00 2001 From: Adam Kusmierz Date: Tue, 20 Dec 2016 09:43:55 +0100 Subject: [PATCH] Plugin which shows sql structure comments in field names title --- plugins/struct-comments.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/struct-comments.php diff --git a/plugins/struct-comments.php b/plugins/struct-comments.php new file mode 100644 index 00000000..919fa68f --- /dev/null +++ b/plugins/struct-comments.php @@ -0,0 +1,14 @@ +' . h($field["field"]) . ''; + } +}