Hello! I'm starting out with Cake and I just ran into a problem, or better say a dilemma.
I have several pages on my website that work like static pages, but some of the content is stored in a database because it has to change depending on the language the user chooses (and the content is too big for .po files), and it has to be editable by privileged users (new content cannot be added and old content cannot be deleted, only edited). Some of those pages also have side content which is generated from data retireved from different models (latest news on homepage, for an example). Is the right way to handle this to write dedicated controllers (such as a HomepageController) or a controller that works similar to Pages controller? Or is there some other way? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
