Hi All,
Looking for some advice. Our application has the ability to offer what we call label translate, where the user(s), superusers in out system, can alter the text of a label (including multi language support).
Currently this is stored in a session object and its getting somewhat unwieldy (with client users getting up to 1800 per company) So 1800 * how ever many labels are in a page held in that session...There is a lot of overhead here and we are looking to redo this...
One idea was looking for something like the Application Level variable which is accessible to all users...currently PHP has nothing like this. Pre-pend files was suggested and is workable, but since its still in the design stage in PHP, I was wondering if you guys had other ideas...
TIA
Bastien
Cat, the other other white meat
Looking for some advice. Our application has the ability to offer what we call label translate, where the user(s), superusers in out system, can alter the text of a label (including multi language support).
Currently this is stored in a session object and its getting somewhat unwieldy (with client users getting up to 1800 per company) So 1800 * how ever many labels are in a page held in that session...There is a lot of overhead here and we are looking to redo this...
One idea was looking for something like the Application Level variable which is accessible to all users...currently PHP has nothing like this. Pre-pend files was suggested and is workable, but since its still in the design stage in PHP, I was wondering if you guys had other ideas...
TIA
Bastien
Cat, the other other white meat