forms

Working with HABTM Form Data in CakePHP

I would like to document several speedy ways I have of working with HABTM data.

Merge your Add and Edit actions into a Single Form in CakePHP

This CakePHP example will show you how to merge your Add and Edit forms into a Single Form action.

This may be of benefit if you have a form with complex controller logic that you don't want to duplicate.

Search Forms in CakePHP

In this CakePHP tutorial I would like to show you how I handle search forms, while preserving pagination. The basic principal is to read the posted variables, and redirect the user to a page with the appropriate filters in the URL.

How to make a simple form module in Drupal

This example module will provide a form where you can enter your name and upon submission will display your name as a message on the following page. It is very basic but will give you a start to making your first module.
Syndicate content