mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #243] [CLOSED] Add ProxyFactoryInterface to allow custom proxy factories #7910
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/243
Author: @juzna
Created: 12/28/2011
Status: ❌ Closed
Base:
master← Head:feature-custom_proxy📝 Commits (1)
84fa02fadded ProxyFactoryInterface to allow custom proxy factories📊 Changes
3 files changed (+66 additions, -3 deletions)
View changed files
📝
lib/Doctrine/ORM/EntityManager.php(+16 -2)📝
lib/Doctrine/ORM/Proxy/ProxyFactory.php(+1 -1)➕
lib/Doctrine/ORM/Proxy/ProxyFactoryInterface.php(+49 -0)📄 Description
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/)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.