Download List

Project Description

Pork.Generator is a Web based tool to inspect your databases and generate Pork.dbObject based code. The generator analyzes the relations in your database by trying to match primary keys to fields of other tables. If you have created your table structure following some simple rules, this project can either create a complete CRUD (Create, Read, Update, Delete) interface into a .zip file, or just output your complete database schema into O/R mapped objects. Pork.dbObject is an Object-Relation mapper for PHP 5 that attempts to be easy, fast, and lightweight.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-02-21 15:58
1.01

The relations and properties of tables in a
database can be inspected in an MDI interface. A
complete CRUD Web interface of the database is
generated. The interface has the ability to
visually create connections between any defined
relations. The relations between tables in a
database can be visualized via GraphViz.
Semi-intelligent entity object naming is
implemented. Custom mappings are created for
fields in tables to internal object mapping.
Tags: Initial freshmeat announcement

Project Resources