Page 1 of 1

Self Documentation improvement

Posted: 2024-09-30 21:25
by pilandros
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

Posted: 2024-10-01 04:25
by ppfoong
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.