dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
shopChannelGroupChannel.dd.php
Go to the documentation of this file.
1<?php
2$table['server']='dbxShop|dbxShop.db3';
3$table['table']='shop_channel_group_channel';
4$table['datadic']='shopChannelGroupChannel';
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']='channel_key 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('channel_group_id','int','MUL','11','0','Channel-Gruppe','int','text-label');
24$addField('channel_key','varchar','MUL','80','','Channel','parameter|min=2|max=80','text-label');
25$addField('active','int','','1','1','Aktiv','int','checkbox-label');
26?>
$table['server']
Definition .dd.php:6
if($web->content_permalink_redirect_target() !=='') $tpl