Getting started - Compiling.php 120 Bytes
Newer Older
1 2 3 4 5 6 7
<?php
Doctrine::compile();

// on some other script:

require_once("path_to_doctrine/Doctrine.compiled.php");
?>