Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created May 16, 2011 19:50
Show Gist options
  • Select an option

  • Save jmertic/975188 to your computer and use it in GitHub Desktop.

Select an option

Save jmertic/975188 to your computer and use it in GitHub Desktop.
<?php
$dictionary['Contact']['fields']['test_flexparent'] = array(
'name' => 'test_flexparent',
'type' => 'link',
'relationship' => 'test_flexparent_contacts',
'module'=>'test_flexparent',
'bean_name'=>'test_flexparent',
'source'=>'non-db',
'vname'=>'LBL_TEST_FLEXPARENT',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment