This document provides information about a CakePHP workshop including the presenter, development environment setup instructions, and an overview of the workshop content. Some key points:
- The presenter is Walther Lalk, a CakePHP core team member.
- Instructions are provided for setting up a development environment using Vagrant or the built-in PHP server.
- The workshop will cover installing CakePHP, baking a database and entities, authentication, authorization, and using CRUD to generate basic CRUD functionality.
- Attendees will build an events application with members, events, and event attendance tracking. Security, validation, and associations between entities will be implemented.
- CRUD will be