mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
namespace and class naming #5064
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 @Hikingyo on GitHub (Mar 25, 2016).
Originally assigned to: @Ocramius on GitHub.
When i'm using cli to generate entities from database into yaml with a namespace, i don't have the expected. Exemple with namespace myns and a table named User, it produce mynsUser.dcm.yml file with a mynsUser class instead of myns.User.dcm.yml and myns\User. The generated entity is mynsUser without namespace and fail to generate proxy class.
@roji430 commented on GitHub (Apr 28, 2016):
the same issue with me anybody have solution please
@Ocramius commented on GitHub (Aug 23, 2018):
The YAML driver is deprecated, therefore closing as "won't fix" here.