Hi. I'm developing a Flash site using CakePHP+AMFPHP as a server back- end. The site will be multilingual. What would You suggest to do this?
I think of making DB like that, for example Product (id, name, descriptionEN, descriptionFR, descriptionPL, image) it is easy to manage for web admin. But is there a possibility to make a model, wich will have one field - "description" - which will be bound to one of the fields descriptionEN, descriptionFR, descriptionPL id db? Or maybe It is possible to easily map descriptionEN, descriptionFR or descriptionPL to "description" field name while doing findAll ?? I think making tables like ProductEN, ProductFR, ProductPL isn't a good idea. Making a 1-1 association from Product to DescriptionEN, DescriptionFR, DescriptionPL table looks hard to manage. Products have to be easily added/removed in CMS system. What do You think? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
