Defining website structure with CakePHP

2009-01-19 Thread Stuart
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://

Re: Defining website structure with CakePHP

2009-01-19 Thread Bernardo Vieira
Take a look at wildflower cms, it's a cakephp based cms that does that. Stuart wrote: 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