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