On Sun, 11 Dec 2005 18:47:54 +0100 Sebastian Mendel lists@sebastianmendel.de wrote:
DB was only an example ... you could set the strings into context, f.e. not always loading strings for server status
only load the strings needed on page
PMA_str_load('main');
loads only strings needed in main and makes them available, as constants or whatever
I don't see much benefit of this. This would mean to split files into smaller ones, what means more maintenance. For most things splitting will be tricky or will end in main category.