PHPackages                             zerig/form-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. zerig/form-manager

ActiveLibrary

zerig/form-manager
==================

Manage User class

v1.0.0(6y ago)05MITPHPPHP &gt;=5.6.0

Since May 7Pushed 6y agoCompare

[ Source](https://github.com/Zerig/form-manager)[ Packagist](https://packagist.org/packages/zerig/form-manager)[ RSS](/packages/zerig-form-manager/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

FORM MANAGER \\ FORM
====================

[](#form-manager--form)

- needs [**SqlManager**](https://github.com/Zerig/sql-manager)Works with formular data and items.
- **$form \[string\]** identification **name** of formular You have to choose if you want data *INSERT* or *UPDATE*. This parent class just have only methods which are universal for both variant.

```
$form = new \FormManager\Insert("form");
$form->send();	// only if form was send
```

```

	name:
