Errata: notify action in UsersController needs to return a redirect after successful POST
Code: https://github.com/toggenation/cakephp-queue-example
00:00 Small review of previous Queue video
01:00 Modelless Forms
02:00 Bake a NotifyForm
03:00 Adding NotifyForm to notify.php view
04:15 Working with _buildSchema in NotifyForm
06:30 Working with the validationDefault method in NotifyForm
12:43 Working with the NotifyForm execute method
15:50 Using NotifyForm::getErrors();
18:42 Changing emailFormat
24:27 Running Queue worker with -p