An open API service indexing awesome lists of open source software.

https://github.com/rancoud/rform

Create Form with simple PHP classes
https://github.com/rancoud/rform

Last synced: 11 months ago
JSON representation

Create Form with simple PHP classes

Awesome Lists containing this project

README

          

# 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