Skip to content

Instantly share code, notes, and snippets.

@jwhitcraft
Created February 20, 2011 16:42
Show Gist options
  • Save jwhitcraft/836088 to your computer and use it in GitHub Desktop.
Save jwhitcraft/836088 to your computer and use it in GitHub Desktop.
<?php
class MyAccountLogicHook extends SugarLogicHook
{
public function before_save(&$bean, $arguments)
{
// code here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment