php-i18n Digest 21 Aug 2003 16:50:53 -0000 Issue 191
Topics (messages 609 through 609):
Performance matter
609 by: Zygimantas Berziunas
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
What do you think it is better for performance of multilingual site: 1 -
define all messages in one english.lang file as constants, 2 - define
current page messages in english.page.lang as constants 3 - parse all
messages as variables in array using parse_ini_file and file english.ini 4 -
parse current page messages as variables in array using parse_ini_file and
file page.english.ini? more suggestions maybe?
--- End Message ---