OXID eShop CE
4.9.5
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
user_overview.php
Go to the documentation of this file.
1
<?php
2
6
class
User_Overview
extends
oxAdminDetails
7
{
8
15
public
function
render
()
16
{
17
parent::render
();
18
19
$soxId = $this->
getEditObjectId
();
20
if
($soxId !=
"-1"
&& isset($soxId)) {
21
// load object
22
$oUser =
oxNew
(
"oxuser"
);
23
$oUser->load($soxId);
24
$this->_aViewData[
"edit"
] = $oUser;
25
}
26
27
return
"user_overview.tpl"
;
28
}
29
}
application
controllers
admin
user_overview.php
Generated by
1.8.1.2