mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Refactor ClassMetadataFactory logic to cache Entity ClassMetadata classes and load them from Filesystem. #5475
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 @guilhermeblanco on GitHub (Mar 24, 2017).
Originally assigned to: @guilhermeblanco on GitHub.
@Ocramius commented on GitHub (Mar 24, 2017):
@guilhermeblanco if possible, just abstract it behind a tiny interface, which would later allow for code signing (important to prevent tampering with files in some production systems).
EDIT: sorry, didn't mean to close. Tabbed to the wrong button :-)
@guilhermeblanco commented on GitHub (Apr 3, 2017):
@Ocramius I'm taking the same approach as ProxyFactory is doing today. =P
@beberlei commented on GitHub (Nov 5, 2025):
Replaced by https://github.com/doctrine/orm/issues/12203