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