Thanks for posting this roginald. This sounds like an appropriate way to go - in fact, it currently may be the only way. If you don't want to do this on a per-table basis you can do the same thing in the application delegate class (this is scantily documented thus far, but...).
create a folder in your application's directory named "conf".
Create a file in this folder called "ApplicationDelegate.php" with the following contents:
- Code: Select all
class conf_ApplicationDelegate {
function block__html_title(){ ...}
}
?>
That way the title will appear on every table. If you want to override this for a particular table, you can use that table's delegate class.
Perhaps I'll add the ability to set a title in the conf.ini file for future versions to save you from having to delve into PHP for this simple thing.
Best regards
Steve