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

Go to the source code of this file.

Variables

 $table ['server'] ='dbxWorkflow|dbxWorkflow.db3'
 $table ['table'] ='workflow_instance'
 $table ['datadic'] ='workflowInstance'
 $table ['primary'] ='id'
 $table ['language'] ='0'
 $table ['version'] ='0.1'
 $table ['autosync'] ='1'
 $table ['cache'] ='0'
 $table ['trash'] ='1'
 $table ['trace'] ='1'
 $table ['update_sql'] =''
 $table ['default_sort'] ='create_date DESC'
 $table ['read'] ='admin'
 $table ['create'] ='*'
 $table ['update'] ='owner,admin'
 $table ['delete'] ='admin'
 $table ['read_owner'] ='owner,admin'
 $table ['update_owner'] ='owner,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;
$field['js']=$extra['js'] ?? '';
$field['prompt']=$extra['prompt'] ?? '';
}
$index['name']
Definition .dd.php:162
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4

Definition at line 22 of file workflowInstance.dd.php.

◆ $table [1/18]

$table[ 'autosync'] ='1'

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

◆ $table [2/18]

$table[ 'cache'] ='0'

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

◆ $table [3/18]

$table[ 'create'] ='*'

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

◆ $table [4/18]

$table[ 'datadic'] ='workflowInstance'

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

◆ $table [5/18]

$table[ 'default_sort'] ='create_date DESC'

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

◆ $table [6/18]

$table[ 'delete'] ='admin'

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

◆ $table [7/18]

$table[ 'language'] ='0'

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

◆ $table [8/18]

$table[ 'primary'] ='id'

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

◆ $table [9/18]

$table[ 'read'] ='admin'

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

◆ $table [10/18]

$table[ 'read_owner'] ='owner,admin'

Definition at line 19 of file workflowInstance.dd.php.

◆ $table [11/18]

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

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

◆ $table [12/18]

$table[ 'table'] ='workflow_instance'

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

◆ $table [13/18]

$table[ 'trace'] ='1'

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

◆ $table [14/18]

$table[ 'trash'] ='1'

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

◆ $table [15/18]

$table[ 'update'] ='owner,admin'

Definition at line 17 of file workflowInstance.dd.php.

◆ $table [16/18]

$table[ 'update_owner'] ='owner,admin'

Definition at line 20 of file workflowInstance.dd.php.

◆ $table [17/18]

$table[ 'update_sql'] =''

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

◆ $table [18/18]

$table[ 'version'] ='0.1'

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