Archive for May, 2009
Cake’s default way of handling simple static content is to use the built-in PagesController to serve up .tpl files from /app/views/pages. This is a simple and straightforward approach and works for very small websites, but comes with some obvious drawbacks: Making changes to the content of the pages requires editing template files; There’s no easy way (generally) [ READ MORE ]