OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxerptype_article2category.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'oxerptype.php';
4 
11 {
12 
18  public function __construct()
19  {
21 
22  $this->_sTableName = 'oxobject2category';
23 
24  $this->_aKeyFieldList = array(
25  'OXOBJECTID' => 'OXOBJECTID',
26  'OXCATNID' => 'OXCATNID',
27  'OXSHOPID' => 'OXSHOPID'
28  );
29 
30  unset($this->_aKeyFieldList['OXSHOPID']);
31  }
32 }