I'm creating a multilingual site using the Translate behavior. Looking at the CakePHP docs and some blogposts it is clear that we use a i18n table (or few tables for i18n), attach the Translate and tables to every model and remove the international fields from original tables.
If we don't have the physical relation to this fields in original tables, auto generation of models does no validation to them + views have no correct inputs for add/edit. Is there any natural way to generate MVC for i18n projects and also pass intuitive interface for translating the multilingual fields for a project? 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 [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
