mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1570: GH-243: Add ProxyFactoryInterface to allow custom proxy factories #1973
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Dec 28, 2011).
Originally assigned to: @Majkl578 on GitHub.
Jira issue originally created by user @beberlei:
Pull-Request was automatically synchronized: https://github.com/doctrine/doctrine2/pull/243
I'd love to have my custom proxy factory used with ORM, which is not possible at the moment
(my experimental proxy
7822446036and some comments about it http://blog.juzna.cz/2011/06/lazy-loading-in-php/)@doctrinebot commented on GitHub (Dec 23, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-243] was closed:
https://github.com/doctrine/common/pull/243
@Majkl578 commented on GitHub (Dec 19, 2017):
Doctrine 3.0 is going to provide Doctrine\ORM\Proxy\Factory\ProxyFactory interface, but it can't be backported to 2.x.