Any CRUD generadors in nette?
Notice: This thread is very old.
- Filip Procházka
- Moderator | 4668
Nette philosophy is to create and use components, not generate buch of stupid code that could be configured.
- Filip Procházka
- Moderator | 4668
Exactly. You should write configurable components (ideally extend UI\Control or UI\Form, but anything implementing IComponent should do the trick) and then connect them to presenters using component factories, configure them and reuse them. It's way better than generating code.