Registry / web-framework / mvccore-ext-form

mvccore-ext-form

JSON →
library5.3.5phppackagistunverified

Form extension with base classes to create and render web forms with HTML5 controls, handle and validate submitted user data, manage form sessions, and extend custom fields.

composer require mvccore/ext-form
INSTALL
IMPORT
SIG · MVCCORE-EXT-FORM
M
mvccore-ext-form
web-frameworkphpv5.3.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Form
use MvcCore\Extension\Form\Form;

Create and render a simple form.

use MvcCore\Extension\Form\Form; $form = new Form(); $form->AddField('text', 'username'); $form->Render();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.3.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mvccore-ext-form — pip install mvccore-ext-form · libregistry