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

8 lines
120 B
PHP
Raw Normal View History

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