You are currently viewing the 0.11 branch api documentation. Switch to 1.0 or 1.1

0.11 Doctrine_Compiler

Doctrine Compiler

Doctrine_Compiler This class can be used for compiling the entire Doctrine framework into a single file

Method Summary

Returns Name Description
$target compile

Method Details

  • ($target) compile($target = null, $includedDrivers = array())

    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

    Doctrine_Compiler

    throws Doctrine_Compiler_Exception if something went wrong during the compile operation