15         array(
'oxtitle', 
'oxcategories', 1, 1, 0),
 
   16         array(
'oxdesc', 
'oxcategories', 1, 1, 0),
 
   17         array(
'oxid', 
'oxcategories', 0, 0, 0),
 
   18         array(
'oxid', 
'oxcategories', 0, 0, 1)
 
   29         $oCat = 
oxNew(
'oxcategory');
 
   32         $sCategoriesTable = $oCat->getViewName();
 
   34         return " from $sCategoriesTable where " . $oCat->getSqlActiveSnippet();
 
   43         $oShop = 
oxNew(
'oxshop');
 
   44         if ($oShop->load($sShopId)) {
 
   45             $oShop->oxshops__oxdefcat = 
new oxField(
'');
 
   57         $oShop = 
oxNew(
'oxshop');
 
   58         if ($oShop->load($sShopId)) {
 
   59             $oShop->oxshops__oxdefcat = 
new oxField($sChosenCat);