Skip to content

Instantly share code, notes, and snippets.

@eggsurplus
Created November 8, 2012 16:47
Show Gist options
  • Select an option

  • Save eggsurplus/4040000 to your computer and use it in GitHub Desktop.

Select an option

Save eggsurplus/4040000 to your computer and use it in GitHub Desktop.
Manifest Utils Directive in a SugarCRM Module - Manifest
//manifest.php
//...............
'vardefs' =>
array (
//copies to custom/Extension/modules/Contracts/Ext/Vardefs
array (
'from' => '<basepath>/extensions/modules/Contracts/vardefs/product_dropdown_vardefs.php',
'to_module' => 'Contracts',
),
),
'utils' =>
array (
//copies to custom/Extension/application/Ext/Utils/
array (
'from' => '<basepath>/extensions/application/utils/contract_products_utils.php',
),
),
//..........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment