php.dzone.com
Submitted by: Schalk Neethling

CakePHP 1.2 : Creating a Contact Form

Most contact forms take a name and feedback from a user and mail it off to the administrator but don’t store any information in the database. This tutorial will show how to use CakePHP’s models, even when no table is being used.

direct link