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