Definition at line 8 of file oxcountrylist.php.
Public Member Functions | |
__construct ($sObjectsInListName= 'oxcountry') | |
selectString ($sSQL) | |
loadActiveCountries ($iLang=null) | |
Protected Member Functions | |
_localCompare ($oA, $oB) |
oxCountryList.__construct | ( | $ | sObjectsInListName = 'oxcountry' |
) |
Call parent class constructor
string | $sObjectsInListName Associated list item object type |
Reimplemented from oxList.
Definition at line 17 of file oxcountrylist.php.
oxCountryList.selectString | ( | $ | sSQL | ) |
Selects and SQL, creates objects, assign them and preforms sorting that handles umlauts
string | $sSQL SQL select statement |
Reimplemented from oxList.
Definition at line 30 of file oxcountrylist.php.
oxCountryList.loadActiveCountries | ( | $ | iLang = null |
) |
Selects and loads all active countries
integer | $iLang language |
Definition at line 43 of file oxcountrylist.php.
oxCountryList._localCompare | ( | $ | oA, | |
$ | oB | |||
) | [protected] |