Download the PHP package sinevia/php-library-form without Composer
On this page you can find all versions of the php package sinevia/php-library-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-library-form
Form
A form helper
Building Forms
Validating Forms
Fields
The field is an associative array consisting of the following key-value pairs:
- type - one of text, textarea, select, hidden, html
- name - name of the input field as seen in the request
- label - publicly visible name
- width - width of the field - min 1, max 12
- rule - rules for the field, used when validating
- value - value of the field
- options - array of options (used by the select type)
- html - raw HTML to be displayed as-is (used by the html type)
Example:
Full Example
All versions of php-library-form with dependencies
PHP Build Version
Package Version
The package sinevia/php-library-form contains the following files
Loading the files please wait ....