[symfony-users] [SF2] FOSUserBundle and Propel

2011-06-15 Thread nibsirahsieu
I'm in the progress of making FOSUserBundle compatible with propel (using PropelBundle), but i encountered an issue that i think hard to resolve. This is because the different signature of equals function between UserInterface (Symfony\Component\Security\Core\User\UserInterface) and User object

Re: [symfony-users] [SF2] FOSUserBundle and Propel

2011-06-15 Thread Christophe COEVOET
Le 15/06/2011 14:09, nibsirahsieu a écrit : I'm in the progress of making FOSUserBundle compatible with propel (using PropelBundle), but i encountered an issue that i think hard to resolve. This is because the different signature of equals function between UserInterface

Re: [symfony-users] [SF2] FOSUserBundle and Propel

2011-06-15 Thread Nibsirahsieu
Thank you for your answer. propel doesn't allow to define a *equal *function in my object class. Runtime Notice: Declaration of FOS\UserBundle\Model\Propel\User::equals() should be compatible with that of BaseObject::equals() in