PHP Classes

File: controller.php

Recommend this page to a friend!
  Classes of rudie dirkx   ROW Simple Form   controller.php   Download  
File: controller.php
Role: Example script
Content type: text/plain
Description: Example controller to use forms
Class: ROW Simple Form
Validate and display HTML forms
Author: By
Last change:
Date: 13 years ago
Size: 120 bytes
 

Contents

Class file image Download
<?php

$form
= new WithGrid; // or RequestAccount

var_dump($form->validate($_POST));

echo
$form->render();

?>