Home

OOH-Forms

php.MVC with PhpLIB's OOH Forms (extended)


Simple logon form Using PhpLIB's OOH Forms

demoLogon

A simple logon form using server-side error correction. This form demonstrates the use of PhpLIB's OOH Forms class in php.MVC


Complex form Using PhpLIB's OOH Forms (extended)

exampleForm

The form class (sometimes called OOH Forms) is a convienent library for dealing with html forms. It provides server-side and Javascript validation and is customisable and extensible.

With this method we can capture the form as an object and save it to a session or disk for later use, perhaps in a multi form "wizard".

Error reporting: the phpLIB oo-forms library has been modified slightly to return an errors array. Eg: '$err_tr["foo"]' returns an error table row (<tr> <td></td> <td>...</td> </tr>)

Check out the excellent phpLIB on SourceForge sourceforge.net/projects/phplib/.