Skip to content

Instantly share code, notes, and snippets.

@Vp3n
Created January 22, 2012 22:19
Show Gist options
  • Save Vp3n/1659124 to your computer and use it in GitHub Desktop.
Save Vp3n/1659124 to your computer and use it in GitHub Desktop.
configureCallback Doctrine
public function configureDoctrine(Doctrine_Manager $manager)
{
$manager->setAttribute(Doctrine_Core::ATTR_USE_DQL_CALLBACKS, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment