symfony:尝试创建补丁。我的第一步应该是什么?
我几天前创建了这个标记。
http://trac.symfony-project.org/ticket/8922#preview
我有兴趣创建补丁(如果可能的话)。我没有经验 调试(仅使用 var_dump)。我的第一步应该是什么?
哈维
i created this ticked some days ago.
http://trac.symfony-project.org/ticket/8922#preview
I'm interested in creating a patch (if possible). I dont have experience
debugging (just using var_dump). What should be my first step(s) ?
Javi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么要创建补丁?您想解决您的问题并发布解决方案吗?如果是这样,那么补丁通常是使用 diff 工具创建的: http: //stephenjungels.com/jungels.net/articles/diff-patch-ten-minutes.html
关于您的问题:您扩展 sfGuardUser 类并将 slug 添加到子表中。您为什么期望它出现在父级中?这不是继承的运作方式。
Why do you want to create a patch? Do you want to fix your problem and publish the solution? If so than patches are usually created with a diff tool: http://stephenjungels.com/jungels.net/articles/diff-patch-ten-minutes.html
About your problem: you extend sfGuardUser class and add slug to the child table. Why do you expect that it shows up in the parent? It's not how inheritance works.