Have you read run through the cakephp blog tutorial (I went though the blog tutorial a few times getting started trying variations - its a great learn by example and swift to -- well written I might add) for sure as your new to it check out the irc channel too & and the videos tutorials http://book.cakephp.org/view/4/Beginning-With-CakePHP http://cakephp.org/screencasts
you have an application controller and also specific controllers for example posts pages controller is set up by default and you can make static pages by fore instance creating a new .ctp in the app/views/pages/ directory (and make subdirs with that too - ideal for simple non db content) once you get initiated into it its very straight forward and intuitive (not like other frameworks which took me ages to not be able to fully cfg) hth - S 2009/10/12 bobslf <[email protected]> > > > A fresh installation of cakephp shows this on the front page: > > Editing this Page > To change the content of this page, create: APP/views/pages/home.ctp. > To change its layout, create: APP/views/layouts/default.ctp. > You can also add some CSS styles for your pages at: APP/webroot/css. > > Is this how everyone does it? I've also read about adding app/ > controllers/pages_controller.php. > When would you need to do that? Any other standard things that people > do? > > thanks, > Bob > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
