Skip to content

Instantly share code, notes, and snippets.

@maxparm
Created February 3, 2011 00:02
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 maxparm/808783 to your computer and use it in GitHub Desktop.
Save maxparm/808783 to your computer and use it in GitHub Desktop.
Compile the doctrine library
<?php
require_once('/path_of_your_library/Doctrine.php');
spl_autoload_register(array('Doctrine', 'autoload'));
Doctrine_Core::compile('Doctrine.compiled.php');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment