Hi,

I just finished an inheritance with behaviors tutorial :
http://www.symfony-project.com/snippets/snippet/218.

It works: my class SubElement inherits from all functions in my class
Element ! No problem with that: Forms works correctly.

The problem:
When I try to populatethe database with the fixtures to make some
tests:

inheritance doesn't work anymore. Explanation:

The class "BaseSubElement" has already a mixin for method "setName"

The line wich associate mixin and class seems to be loaded two times
by Symfony when I want to do a load-data.
If I delete this line, the function setName isn't find anymore.

Please help,

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to