Database: schizofreend4

Tables

Options

Database wide generation options




Code generation

You can create a .zip file with a complete CRUD (Create, Read, Update Delete) interface for this database with one click.
This wraps up any changes you made to property mappings directly into the dbObjects.
Note that this gives FULL CONTROL over the contents of your database so beware to deploy behind some sort of authentication. Also note that this will ignore the database wide generation options above because they are needed.

Generate CRUD Interface

Generate only all classes in this database to a .zip file. This respects the database wide generation options *and* any changes you made to mappings. Use this if you just want to drop in Pork.dbObject and your data model into your existing project. Note that you could alter the class template in the /templates folder

Generate All Classes

Generate only all plugins for the classes in this database to a .zip file. Note that you could alter the plugin template in the /templates folder

Generate All Plugins