%PDF- %PDF-
| Direktori : /var/www/crm/cache/modules/Administration/ |
| Current File : /var/www/crm/cache/modules/Administration/Administrationvardefs.php |
<?php
$GLOBALS["dictionary"]["Administration"]=array (
'table' => 'config',
'comment' => 'System table containing system-wide definitions',
'fields' =>
array (
'category' =>
array (
'name' => 'category',
'vname' => 'LBL_LIST_SYMBOL',
'type' => 'varchar',
'len' => '32',
'comment' => 'Settings are grouped under this category; arbitraily defined based on requirements',
),
'name' =>
array (
'name' => 'name',
'vname' => 'LBL_LIST_NAME',
'type' => 'varchar',
'len' => '32',
'comment' => 'The name given to the setting',
),
'value' =>
array (
'name' => 'value',
'vname' => 'LBL_LIST_RATE',
'type' => 'text',
'comment' => 'The value given to the setting',
),
),
'indices' =>
array (
0 =>
array (
'name' => 'idx_config_cat',
'type' => 'index',
'fields' =>
array (
0 => 'category',
),
),
),
'custom_fields' => false,
);