gatherlog-contracts_vardefs.php
来自「开源的CRM,功能全面,国内最优秀的源码」· PHP 代码 · 共 25 行
PHP
25 行
<?php //WARNING: The contents of this file are auto-generated
/*********************************************************************************
* New field for Module
* pointing to associated SimpleObj
********************************************************************************/
$dictionary['Contract']['fields']['gatherlogs'] = array (
'name' => 'gatherlogs',
'type' => 'link',
'relationship' => 'contract_gatherlogs',
'ignore_role' => true,
'source' => 'non-db',
'vname' => 'LBL_GATHERLOGS',
);
$dictionary['Contract']['relationships']['contract_gatherlogs'] = array (
'lhs_module'=> 'Contracts',
'lhs_table'=> 'contracts',
'lhs_key' => 'id',
'rhs_module'=> 'Gatherlogs',
'rhs_table'=> 'gatherlogs',
'rhs_key' => 'contract_id',
'relationship_type'=>'one-to-many'
);
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?