editing views/pages/home.ctp might be a good place for you to start The blog tutorial is simple. Since cake is MVC you'll have a model that gets data from a corresponding table a controller that performs basic preparation of that data and passes it to the view which then displays it
The blog tutorial introduces you to the way cake works and then you build upon this using related models and using componants, helpers, behaviours etc that said there is this - its a 1.1 tutorial though (but should work with 1.2) http://deepbluespaces.blogspot.com/2008/05/cakephp-hello-world.html 2008/8/27 pmit <[EMAIL PROTECTED]> > > Thanks Chris, I think I will be able to make things work based on the > advanced instalation. > To quickly test my configuration is there a sort of a "Hello Cake > World" program I could run > after I try my setup to confirm it is working correctly ? > > I saw the Blog example in the book but would like something very > simple to start with so > I will be sure if I have problems that it is the configuration and not > the code. > > Can you suggest anything of that sort. > > Thanks Charles. > > On Aug 26, 9:35 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > > On Mon, Aug 25, 2008 at 1:00 PM, pmit <[EMAIL PROTECTED]> wrote: > > > I am not clear about what to do next. > > > If I had to I could switch to development on a Mac but that would > > > mean giving up the convenience of > > > developing on a laptop ? > > > > http://book.cakephp.org/view/32/installation > > > > -- > > Chris Hartjes > > Motto for 2008: "Moving from herding elephants to handling snakes..." > > @TheKeyBoard:http://www.littlehart.net/atthekeyboard > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
