I've been reading about the MVC approach, and am considering moving to cakePHP as I think it would speed up my development in the long term. One thing I can't quite fathom - how does one structure their website with CakePHP?
Is the normal approach to store the page hierarchy as a Tree? (http:// book.cakephp.org/view/91/Tree) The website is a mixture of dynamic/static content, and ideally I'd like to store the static content in the database so it's editable, but then I wasn't sure how to handle when a page wasn't static... would the tree have to store a link to a separate PHP page with the dynamic code in? Any examples of how others have gone about this? Thanks for any responses. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
