oxerptype_accessoire.php

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

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