Hi, Yes the OP's original question can be answered using a single model and before each use setting the table dynamically with $this->model name->setSource(table name); I know, I have an event registration web application (http://www.eventhq.co.uk) running on exactly this model! The reason I chose this route over serialized arrays is because event administrators need to do lots of searches on delegate data and I never really got to grips with searching serialized arrays stored in a DB.
Having said that, I am now finding that MrTufty is quite correct about this being a somewhat "tricky" way to go. As a result I am mostly through revising the DB structure to something more similar (but more sophisticated) that MrTufty's outline above and strongly suggest you do the same. Best of luck with your web app. Cheers, Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
