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