PHP - Language Data
Posted
by bobrusha
on Stack Overflow
See other posts from Stack Overflow
or by bobrusha
Published on 2010-05-25T16:34:50Z
Indexed on
2010/05/25
16:41 UTC
Read the original article
Hit count: 230
What's the best way to store language data?
Keep it as variables in some kind of lang.php file...
$l_ipsum = 'smth';
$l_rand = 'string';
Or select them from a database? I'm in search of your advice.
© Stack Overflow or respective owner