So I am stuck on how to get this working correctly. This is what I
want to happen:

Many Records can belong to one Schedule with a maximum of 10 but that
part doesnt matter as that comes in at validation.. So I have two
tables the structure looks like this

Records
(PK) id - auto_incremental
(FK) registration
order_number
...

Now this table is fine, what I want to happen is once the records are
selected it will create the records in Schedules, at the moment
Schedules looks like

Schedules
(PK) id - auto_incremental
(F) record_id

This is where I get stuck as many records can belong to one schedule,
how am I going to link them all to the same unique field without it
being auto_incremental..

Anyone got any ideas on how I should do this, also how do you handle
multiple edits in one go... is there a built in function to create a
multi select?


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to