Re: Website Structure

2010-07-22 Thread Robert J. Maiolo
personally..I woud use jquery to do that... On Wed, Jul 21, 2010 at 10:13 AM, Chaim wrote: > Hello, > > I am a beginner to CakePHP, so forgive my amateur question. > I am unsure how to structure my website. > I have four blocks and then when one block is clicked it changes to > show the conten

Re: Website Structure

2010-07-21 Thread keymaster
Not so clear what you're describing. Sounds like an accordion widget in javascript, not something server side. Do you mean something like this? http://thedesigned.com/2009/09/25/10-examples-of-impressive-jquery-accordions/ http://docs.jquery.com/UI/Accordion If you wanted to have a module syste

Re: Website Structure

2010-07-21 Thread Andy H
Hi Chaim, This is more of a HTML/css question rather than a cakephp question. Try checking out some web libraries like JQuery or similar. These will help you achieve what you are after On Jul 21, 6:13 pm, Chaim wrote: > Hello, > > I am a beginner to CakePHP, so forgive my amateur question. >

Website Structure

2010-07-21 Thread Chaim
Hello, I am a beginner to CakePHP, so forgive my amateur question. I am unsure how to structure my website. I have four blocks and then when one block is clicked it changes to show the content for that block. However the other three blocks still remain visible and clickable so that if you click on

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 we

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:// b