You are here

constant AbstractProxyFactory::AUTOGENERATE_EVAL in Plug 7

Generate the proxy classes using eval().

This strategy is only sane for development, and even then it gives me the creeps a little.

File

lib/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php, line 70

Class

AbstractProxyFactory
Abstract factory for proxy objects.

Namespace

Doctrine\Common\Proxy

Code

const AUTOGENERATE_EVAL = 3;