Self Documentation improvement
Self Documentation improvement
It would be very helpful to have a button in each "table_view.php" generated for each table, to view the description of the table (the same table-description displayed on the main menu), to remind the user of the purpose and value of the data contained in the records of that table.
Re: Self Documentation improvement
Your table's "homepage description" data is stored in getTableList() function inside admin/incFunctions.php
You can display it in your table view or detail view using the hooks/tablename.php, by editing the tablename_header() or tablename_footer() portion.
If you want it to be displayed in every pages, can also add it in admin/incHeader.php or admin/incFooter.php file.
You can display it in your table view or detail view using the hooks/tablename.php, by editing the tablename_header() or tablename_footer() portion.
If you want it to be displayed in every pages, can also add it in admin/incHeader.php or admin/incFooter.php file.