OXID eShop CE
4.9.5
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
country_list.php
Go to the documentation of this file.
1
<?php
2
6
class
Country_List
extends
oxAdminList
7
{
8
14
protected
$_sListClass
=
'oxcountry'
;
15
21
protected
$_sDefSortField
=
'oxactive'
;
22
28
protected
$_blDesc
=
false
;
29
30
37
public
function
render
()
38
{
39
40
parent::render
();
41
42
return
"country_list.tpl"
;
43
}
44
}
application
controllers
admin
country_list.php
Generated by
1.8.1.2