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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.