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