rancoud / RForm

Create Form with simple PHP classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RForm

Create Form with simple PHP classes

How to use it?

For single input

Classic

$args = array('name' => '', 'label' => '');
$input = new InputTextField();
$input->prepare($args)->render()->display();

TODO

Add simple input textarea, select, checkbox, radio, submit, button
Add validator Add filter

About

Create Form with simple PHP classes

License:MIT License


Languages

Language:PHP 100.0%