I've changed Cake's default static "pages" architecture to be dynamic, and also commented out the default route for this controller. All went fine, until I tried to get some associations up and running.
I tried to link pages to sites, using belongsTo, but when I do a pr($data); in the view, nothing is shown. When I remove the association it shows a normal array of all the pages. I tried several kinds of associations, but they all have the same effect (nothing is printed). I have no problems making associations in any other model, just the pages one. Could there be some sort of (namespace?) conflict with the inner workings of Cake? And if so, is there a solution, because I'd really like to use the name "pages" in the url. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
