oxerptype_crossselling.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once( 'oxerptype.php');
00004 
00005 class oxERPType_Crossselling extends oxERPType
00006 {
00007     public function __construct()
00008     {
00009         parent::__construct();
00010 
00011         $this->_sTableName = 'oxobject2article';
00012 
00013         $this->_aFieldList = array(
00014             'OXOBJECTID'     => 'OXOBJECTID',
00015             'OXARTICLENID'   => 'OXARTICLENID',
00016             'OXSORT'         => 'OXSORT',
00017             'OXID'           => 'OXID'
00018         );
00019 
00020         $this->_aKeyFieldList = array(
00021             'OXARTICLENID' => 'OXARTICLENID',
00022             'OXOBJECTID'   => 'OXOBJECTID'
00023         );
00024     }
00025 }

Generated on Tue Apr 21 15:45:44 2009 for OXID eShop CE by  doxygen 1.5.5