---
#*** SOME EXAMPLE SETTINGS ***
#--- MySQL Settings on localhost ---
db_server:localhost
db_user:root
db_pass:mypassword
db_name:testDatabase
#--- next two settings are required if you wish to use the multilanguage features of the class
#Langparam is the name of the parameter, at which the script would look when trying to determine which language to use; for example in this case query string should look like somescript.php?lang=en
langparam:lang
#next setting is an array containing the list of supported languages plus their codes;
#first language in the list should be the default languages as well
languages:
en:English
fr:French
de:Deutsch
|