Dominik Liebler 4d916f3ffe README Proxy
2013-09-24 14:04:00 +02:00
..
2013-09-24 14:04:00 +02:00
2013-09-24 14:04:00 +02:00
cs
2013-09-13 12:00:39 +02:00

Proxy

Purpose

To interface to anything that is expensive or impossible to duplicate.

Examples

  • Doctrine2 uses proxies to implement framework magic (e.g. lazy initialization) in them, while the user still works with his own entity classes and will never use nor touch the proxies