In the CakePHP blog, The Bakery, there are three new items posted - all three tutorials on different topics:
- The first is a tutorial that shows how to integrate PHPTAL templates into a Cake application (via a custom PhptalView class)
- Next up is a simple one - the creation of a helper to work with multiple checkboxes in a form .
- Lastly, there's a tutorial that shows an implementation for a counterCache object in a simple application.