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
- Host: GitHub
- URL: https://github.com/rancoud/rform
- Owner: rancoud
- License: mit
- Created: 2015-09-04T12:34:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T19:01:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-26T19:44:31.645Z (11 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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