Skip to content

Instantly share code, notes, and snippets.

@jmather
Created February 17, 2011 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmather/831826 to your computer and use it in GitHub Desktop.
Save jmather/831826 to your computer and use it in GitHub Desktop.
public function configureDoctrine(Doctrine_Manager $manager)
{
$options = array('baseClassName' => 'myDoctrineRecord');
sfConfig::set('doctrine_model_builder_options', $options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment