How do I duplicate an existing model record? Put another way, how do I retrieve an existing model with related data, then save a COPY of that model AND data (both model and related data are copied)? This is trivial using simple SQL, but I want to do it using CakePHP best practices.
|
feedback
|
Basically, you'll want to make sure there are no Depending on your specific data, it may be more economic to write an | |||
feedback
|