/nette-generator

Nette CRUD generator

Primary LanguagePHP

Nette CRUD generator

Nette CRUD generator allows you create Nette Framework based application for managing your databases.

Data sources

  • MySQL InnoDB tables (with foreign keys support)
  • MySQL MyISAM tables (without foreign keys support)
  • Doctrine2 models (create MySQL InnoDB tables automatically)

Generated models:

  • Presenters
  • Models (Nette\Database or Doctrine2 which is not implemented yet)
  • Templates

Features:

  • Generating all or only few tables
  • Generating into module
  • Highly customisable templates used for generating (presenters, models and templates)