dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
shopProductShippingGroupMap.dd.php
Go to the documentation of this file.
1<?php
2$table['server']='dbxShop|dbxShop.db3';
3$table['table']='shop_product_shipping_group_map';
4$table['datadic']='shopProductShippingGroupMap';
5$table['primary']='id';
6$table['language']='0';
7$table['version']='0.1';
8$table['autosync']='1';
9$table['cache']='0';
10$table['trash']='0';
11$table['trace']='0';
12$table['default_sort']='id ASC';
13$table['read']='*';
14$table['create']='admin';
15$table['update']='admin';
16$table['delete']='admin';
17
18$addField=function($name,$type,$index,$length,$default,$label,$rules,$tpl) use (&$fields){
19 $field=array('name'=>$name,'type'=>$type,'index'=>$index,'length'=>$length,'default'=>$default,'label'=>$label,'rules'=>$rules,'tooltip'=>'','errormsg'=>'','placeholder'=>'','convert'=>'','protect'=>'0','group'=>'','mask'=>'','data'=>'','options'=>'','tpl'=>$tpl);
21};
22$addField('id','int','PRI','11','','ID','int','hidden');
23$addField('product_id','int','MUL','11','0','Artikel','int','text-label');
24$addField('shipping_group_id','int','MUL','11','0','Versandgruppe','int','text-label');
25$addField('is_primary','int','','1','0','Primaer','int','checkbox-label');
26?>
$table['server']
Definition .dd.php:6
if($web->content_permalink_redirect_target() !=='') $tpl