| 1 |
<?php |
<?php |
| 2 |
// $Id: form.inc,v 1.265.2.27 2009/09/14 09:27:04 goba Exp $ |
// $Id: form.inc,v 1.265.2.28 2009/09/16 17:54:19 goba Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @defgroup forms Form builder functions |
* @defgroup forms Form builder functions |
| 48 |
|
|
| 49 |
/** |
/** |
| 50 |
* Retrieves a form from a constructor function, or from the cache if |
* Retrieves a form from a constructor function, or from the cache if |
| 51 |
* the form was built in a previous page-load. The form is then passesed |
* the form was built in a previous page-load. The form is then passed |
| 52 |
* on for processing, after and rendered for display if necessary. |
* on for processing, after and rendered for display if necessary. |
| 53 |
* |
* |
| 54 |
* @param $form_id |
* @param $form_id |