News Feed
Jobs Feed
Sections




News Archive
Jonathan Snook's Blog:
Creating a Contact Form in CakePHP 1.2
July 25, 2008 @ 07:58:30

In a new blog post today Jonathan Snook shows how to create a contact form for your CakePHP application (version 1.2).

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.

He shows how to define the model class, set up the mapping of columns to named elements and the code to handle the submit. It just sends a basic email with the contents of the form with a few validation rules to ensure it's not abused. Simple stuff...

0 comments voice your opinion now!
contact form cakephp framework simple beginner tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Performing Full-text and Boolean Searches with MySQL

Chris Hartjes' Blog: CakePHP Plugins Server

Community News: Zephyr Framework - Ajax/PHP5

DevShed: Creating AJAX Requester Objects with Abstract Factory Classes in PHP 5

Debuggable Blog: CakePHP Conference Chile


Community Events









Don't see your event here?
Let us know!


api introduction framework language development functional object release interview testing event composer example zendframework2 tool unittest community podcast code opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework