Hi, I have a doubt in designing a model. I want to provide users the ability to register but not have them in user table until they confirm with a link sent to them with a random id after storing their information in a tempUser table. Once they confirm their information would be copied to users table from the tempUser table. What would be the most straight forward way to go about it?
I have the user model defined, but am not able to define a relationship between tempUser and User, as well decide on a model. I believe there are more than one ways to go about it. I welcome any suggestions you can provide. Thanks Loke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
