registering a new user in the users table!
I suggest you change your process, so that new users are registered in
another table, for example "registrations".
Then you manually process each registration, by copying the
registration into the users table adding your serial as the id in the
users table!
How does this sound to you?
If you don't want the hassle/trouble of doing this every time -
automate the process by pre-creating the user serials - and then take
one when a user is being registered. I assume then that the user
serials can be pre-created - that there is an algorithm behind the
user serials - or is it completely a manual definition of each user
serial?
Enjoy,
John
On Apr 2, 10:48 am, vanushv <van...@gmail.com> wrote:
> The serial will be entered manually by an operator
>
[snip]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment