If you have more than 10 static pages (or you want some menu
hierarchy) I would suggest publishing those "static" pages using one
of the CMSes available. Even though they are static they will probably
change a little at times and a CMS is very helpful even when changes
are rare.

There are a few CMSes built using CakePHP. Neutrino and Wildflower
comes to mind. They work in slightly opposite ways in the way they
integrate with your dynamic sections so try both and see which suits
you best if you want the total integration.

/Martin


On Jan 12, 4:56 pm, Keith <kmedli...@gmail.com> wrote:
> While it's definitely possible to do the things you're talking about
> with CakePHP you might just want to take advantage of the Server Side
> Include technology that HTML can do natively.  Every time you add on
> another layer of technology (in this case PHP, and then CakePHP) you
> add some complexity into your processes.  CakePHP is a great tool, but
> it's not the answer for everything necessarily so just keep that mind
> as you move forward.
>
> - Keith
>
> On Jan 12, 10:48 am, "dr. Hannibal Lecter" <lecter...@gmail.com>
> wrote:
>
> > Hi Sridhar,
>
> > Of course you can use CakePHP to build a static site. Search for
> > articles regarding "PagesController", a built-in controller which
> > enables you to do just that - show static pages. Your header, side
> > navigation etc are handled with view layouts. Hope that helps a bit.
> > Welcome to cake world, keep learning it, it's worth it. ;)
>
> > Cheers!
>
> > On Jan 12, 3:33 pm, "Sridhar Kuppalli" <sridhar.kuppa...@gmail.com>
> > wrote:
>
> > > Hi All,
> > > I am new to cakePHP, but really impressed with the blog example and tried
> > > similar other example also.
> > > Now I want to design a static website, with less dynamic functionality, (3
> > > to 4 through out the site). But it has common modules, like header, side
> > > navigation etc.
>
> > > Can I use cakePHP to implement this. Any tutorial or material for this?
>
> > > Thanks & Regards
> > > Sridhar Kuppalli- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to