OXID eShop CE
4.8.11
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
{
13
protected
$_sListClass
=
'oxcountry'
;
14
20
protected
$_sDefSortField
=
'oxactive'
;
21
27
protected
$_blDesc
=
false
;
28
29
36
public
function
render
()
37
{
38
39
parent::render
();
40
return
"country_list.tpl"
;
41
}
42
}
application
controllers
admin
country_list.php
Generated by
1.8.1.2