Skip to content

Instantly share code, notes, and snippets.

@mmarum-sugarcrm
Created March 25, 2015 16:12
Show Gist options
  • Save mmarum-sugarcrm/3278dfdfe249c0a5b7e8 to your computer and use it in GitHub Desktop.
Save mmarum-sugarcrm/3278dfdfe249c0a5b7e8 to your computer and use it in GitHub Desktop.
Foo view that uses the bar controller
$viewdefs['base']['view']['foo'] = array(
'buttons' => array(
array(
'type' => 'button',
'name' => 'save',
),
),
'name' => 'bar',
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment