1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/manual/codes/Getting started - Compiling.php

8 lines
120 B
PHP

<?php
Doctrine::compile();
// on some other script:
require_once("path_to_doctrine/Doctrine.compiled.php");
?>