symfony: difference between doctrine model "User" and symfony "myUser"?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-05-19T07:26:07Z Indexed on 2010/05/19 7:30 UTC
Read the original article Hit count: 154

Filed under:
|

what is the difference between the symfony "myUser" and doctrine model "User"?

where should i put the methods for an user?

eg. $user->createThread(), $user->deleteThread() and so on

should $user be an instance of the doctrine model User (cause i have a table called User) or the myUser that extends sfBasicSecurityUser?

thanks!

© Stack Overflow or respective owner

Related posts about symfony

Related posts about php