Nette forms generator [beta]

  • Help
  • Todo
  • Authors

How does it work?

how does form generator work?

Columns conventions

  • *_id is mapped as addSelect() of foreign table values
  • *_path is mapped as addUpload()
  • *mail is mapped as addText()->setType('email')
  • tinyint(1) is mapped as addCheckbox()
  • column NOT NULL means the input is required
  • Comment of column, if exists, is used as the label of input

Generated output

  • ▓▓▓ means "you should put there something by your own"

What is planned?

  • Full enum type support.
  • Foreign columns support.
  • Own templates for generated code.

Who is behind the generator?

Michal Mikoláš

Creator and main programmer of this generator.

michalm.cz | LinkedIn | Shake

Want to be there too?

Just send me your pull request :-)


© 2016 Michal Mikoláš | 😊 This project is open-source