OXID eShop CE
4.10.2
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
oxerptype_crossselling.php
Go to the documentation of this file.
1
<?php
2
3
require_once
'oxerptype.php'
;
4
8
class
oxERPType_Crossselling
extends
oxERPType
9
{
10
16
public
function
__construct
()
17
{
18
parent::__construct
();
19
20
$this->_sTableName =
'oxobject2article'
;
21
22
$this->_aKeyFieldList = array(
23
'OXARTICLENID'
=>
'OXARTICLENID'
,
24
'OXOBJECTID'
=>
'OXOBJECTID'
25
);
26
}
27
}
core
objects
oxerptype_crossselling.php
Generated by
1.8.1.2