是否可以在 Symfony2 框架中生成没有 Doctrine2 包的实体文件?我喜欢在控制台中快速轻松地生成实体的方式,然后可以根据实体生成 FormType
Now I am using
1. generate:doctrine:entities
2. doctrine:generate:form
3. Remove all ORM annotations and primary key from entity.
- it is a bit lame so I hope there is a Symfony better way.
我不需要持久化实体,我将它们用于验证和从表单中收集数据,然后调用 Web 服务。