dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
shopAttributeDefinition.dd.php File Reference

Go to the source code of this file.

Variables

 $table ['server'] ='dbxShop|dbxShop.db3'
 $table ['table'] ='shop_attribute_definition'
 $table ['datadic'] ='shopAttributeDefinition'
 $table ['primary'] ='id'
 $table ['language'] ='0'
 $table ['version'] ='0.1'
 $table ['autosync'] ='1'
 $table ['cache'] ='0'
 $table ['trash'] ='1'
 $table ['trace'] ='1'
 $table ['default_sort'] ='sorter ASC, title ASC'
 $table ['read'] ='*'
 $table ['create'] ='admin'
 $table ['update'] ='admin'
 $table ['delete'] ='admin'
 $addField

Variable Documentation

◆ $addField

$addField
Initial value:
=function($name,$type,$index,$length,$default,$label,$rules,$tpl,$extra=array()) use (&$fields){
$field=array();
$field['name']=$name;
$field['type']=$type;
$field['index']=$index;
$field['length']=$length;
$field['default']=$default;
$field['label']=$label;
$field['rules']=$rules;
$field['tooltip']=$extra['tooltip'] ?? '';
$field['errormsg']=$extra['errormsg'] ?? '';
$field['placeholder']=$extra['placeholder'] ?? '';
$field['convert']=$extra['convert'] ?? '';
$field['protect']=$extra['protect'] ?? '0';
$field['group']=$extra['group'] ?? '';
$field['mask']=$extra['mask'] ?? '';
$field['data']=$extra['data'] ?? '';
$field['options']=$extra['options'] ?? '';
$field['tpl']=$tpl;
}
$index['name']
Definition .dd.php:162
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4

Definition at line 18 of file shopAttributeDefinition.dd.php.

◆ $table [1/15]

$table[ 'autosync'] ='1'

Definition at line 8 of file shopAttributeDefinition.dd.php.

◆ $table [2/15]

$table[ 'cache'] ='0'

Definition at line 9 of file shopAttributeDefinition.dd.php.

◆ $table [3/15]

$table[ 'create'] ='admin'

Definition at line 14 of file shopAttributeDefinition.dd.php.

◆ $table [4/15]

$table[ 'datadic'] ='shopAttributeDefinition'

Definition at line 4 of file shopAttributeDefinition.dd.php.

◆ $table [5/15]

$table[ 'default_sort'] ='sorter ASC, title ASC'

Definition at line 12 of file shopAttributeDefinition.dd.php.

◆ $table [6/15]

$table[ 'delete'] ='admin'

Definition at line 16 of file shopAttributeDefinition.dd.php.

◆ $table [7/15]

$table[ 'language'] ='0'

Definition at line 6 of file shopAttributeDefinition.dd.php.

◆ $table [8/15]

$table[ 'primary'] ='id'

Definition at line 5 of file shopAttributeDefinition.dd.php.

◆ $table [9/15]

$table[ 'read'] ='*'

Definition at line 13 of file shopAttributeDefinition.dd.php.

◆ $table [10/15]

$table[ 'server'] ='dbxShop|dbxShop.db3'

Definition at line 2 of file shopAttributeDefinition.dd.php.

◆ $table [11/15]

$table[ 'table'] ='shop_attribute_definition'

Definition at line 3 of file shopAttributeDefinition.dd.php.

◆ $table [12/15]

$table[ 'trace'] ='1'

Definition at line 11 of file shopAttributeDefinition.dd.php.

◆ $table [13/15]

$table[ 'trash'] ='1'

Definition at line 10 of file shopAttributeDefinition.dd.php.

◆ $table [14/15]

$table[ 'update'] ='admin'

Definition at line 15 of file shopAttributeDefinition.dd.php.

◆ $table [15/15]

$table[ 'version'] ='0.1'

Definition at line 7 of file shopAttributeDefinition.dd.php.