Inherited Variables
Inherited Methods
Class Details
Language methods.
Note this class should be instantiated only after a "$db" adodb connector object has been established by an adodb instance
Tags:
- copyright - 2002,2003 Elpidio Latorilla
- version - beta 1.0.08
- author - Elpidio Latorilla
[ Top ]
Class Variables
$lang_path = 'language/'
[line 20]
Path to language files.
Modify this path if you have placed the language tables somewhere else.
Type: string
Overrides:
[ Top ]
Class Methods
createSelectForm
string createSelectForm(
string
$curr_lang)
[line 28]
Generates a list of <options> of available languages for a combo box .
The <select> tags are not generated. This method must be called to insert only the <option> inside a <select> element
Parameters:
- string $curr_lang - Language code
[ Top ]