I'm not sure where you'd have a situation where you would want a
carbon copy of another record, normally you would want to change
something, especially if it's a registration (unique username/email?).

When I use copy/clone features I normally pull out my data array and
pass it to a form view which includes all the fields I want except the
various id fields.  The user can then alter dates or whatever other
fields they want to alter and submit the form. to create a new record,
based on an existing one.

Paul.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to