Propel 中自动生成的 Peer 类可以删除吗?
如题,Propel中自动生成的Peer类可以删除吗?我不知道它们的目的是什么,而且我现在不需要它们 - 我可以很好地使用自定义查询,并且我对 Propel 非常满意。
删除它们将使我的项目更加干净。谢谢。
As title, can auto-generated Peer classes be deleted in Propel? I don't know what's their purpose and i don't need them now - i'm fine using custom queries and i'm totally happy with Propel.
Deleting them would make my project a bit more clean. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能,它是 Propel 的一部分,并且包含有用的(也许)常量。
Propel2 将删除这些 Peer 类,但目前您还不能。
No you cannot, it's part of Propel, and contains useful (maybe) constants.
Propel2 will remove these Peer classes, but at the moment, you cannot.