dbic_form_generator
base class that holds DBIC model role
Install
- All systems
-
curl cmd.cat/dbic_form_generator.sh
- Debian
-
apt-get install libhtml-formhandler-model-dbic-perl
- Ubuntu
-
apt-get install libhtml-formhandler-model-dbic-perl
- Kali Linux
-
apt-get install libhtml-formhandler-model-dbic-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libhtml-formhandler-model-dbic-perl
- Raspbian
-
apt-get install libhtml-formhandler-model-dbic-perl
- Dockerfile
- dockerfile.run/dbic_form_generator
libhtml-formhandler-model-dbic-perl
base class that holds DBIC model role
HTML::FormHandler::Model::DBIC and HTML::FormHandler::TraitFor::Model::DBIC provide an interface between HTML::FormHandler and DBIx::Class. This interface is available as a regular class or as a Moose role. It will save form fields automatically to the database.