|
|
|
|
|
|
php.MVC with PhpLIB's OOH Forms (extended)Simple logon form Using PhpLIB's OOH FormsdemoLogonA 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)exampleFormThe 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:
Check out the excellent phpLIB on SourceForge sourceforge.net/projects/phplib/. |
|