mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1124: Auto Generating proxy classes does not work #1406
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 (Apr 25, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user dquintard:
I want to generate entity and proxy classes without command line.
Here is my php code:
Entity classes are generated but proxy classes are not.
Best regards
David
@doctrinebot commented on GitHub (Apr 30, 2011):
Comment created by @beberlei:
Correct behavior, proxy classes are auto generated on demand. In your case there is no demand for them. Have a look at the ORM\Tools\Command subnamespace to see how the generate proxy task generates the proxies. However just for entity generation you dont need them.
@doctrinebot commented on GitHub (Apr 30, 2011):
Issue was closed with resolution "Fixed"