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

9 lines
334 B
PHP

<p>
Compiling is a method for making a single file of most used doctrine runtime components
including the compiled file instead of multiple files (in worst cases dozens of files)
can improve performance by an order of magnitude.
</p>
<p>
In cases where this might fail, a Doctrine_Exception is throw detailing the error.
</p>