8 lines
174 B
PHP
Executable File
8 lines
174 B
PHP
Executable File
<?php
|
|
$dictionary['Note']['fields']['ecmquotes'] = array (
|
|
'name' => 'ecmquotes',
|
|
'type' => 'link',
|
|
'relationship' => 'ecmquotes_notes',
|
|
'source' =>'non-db',
|
|
);
|
|
?>
|