Class: Doctrine_Compiler
Source Location: /Doctrine/Compiler.phpClass Doctrine_Compiler
Class Overview
Doctrine_Compiler This class can be used for compiling the entire Doctrine framework into a single file Located in /Doctrine/Compiler.php [line 33] Author(s):
|
[ Top ]
Method Summary
Methods
static method compile [line 43]
|
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
Parameters:$target: |
API Tags:
Access: | public |
Information Tags:
Throws: | Doctrine_Compiler_Exception if something went wrong during the compile operation |
[ Top ]