OXID eShop CE
4.8.12
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
attribute_category.php
Go to the documentation of this file.
1
<?php
2
9
class
Attribute_Category
extends
oxAdminDetails
10
{
17
public
function
render
()
18
{
19
parent::render
();
20
21
$soxId = $this->_aViewData[
"oxid"
] = $this->
getEditObjectId
();
22
23
$aListAllIn = array();
24
if
( $soxId !=
"-1"
&& isset( $soxId)) {
25
// load object
26
$oAttr =
oxNew
(
"oxattribute"
);
27
$oAttr->load( $soxId);
28
$this->_aViewData[
"edit"
] = $oAttr;
29
}
30
31
if
(
oxConfig::getParameter
(
"aoc"
) ) {
32
$oAttributeCategoryAjax =
oxNew
(
'attribute_category_ajax'
);
33
$this->_aViewData[
'oxajax'
] = $oAttributeCategoryAjax->getColumns();
34
35
return
"popups/attribute_category.tpl"
;
36
}
37
return
"attribute_category.tpl"
;
38
}
39
}
application
controllers
admin
attribute_category.php
Generated by
1.8.1.2