8 lines
120 B
PHP
8 lines
120 B
PHP
|
<?php
|
||
|
Doctrine::compile();
|
||
|
|
||
|
// on some other script:
|
||
|
|
||
|
require_once("path_to_doctrine/Doctrine.compiled.php");
|
||
|
?>
|