Pork.Generator 1.01 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Pork.Generator 1.01 (Default branch)
# 1  
Old 02-21-2008
Pork.Generator 1.01 (Default branch)

ImagePork.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.License: Other/Proprietary License with SourceChanges:
The relations and properties of tables in adatabase can be inspected in an MDI interface. Acomplete CRUD Web interface of the database isgenerated. The interface has the ability tovisually create connections between any definedrelations. The relations between tables in adatabase can be visualized via GraphViz.Semi-intelligent entity object naming isimplemented. Custom mappings are created forfields in tables to internal object mapping.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Mojolicious::Command::generate(3pm)			User Contributed Perl Documentation		       Mojolicious::Command::generate(3pm)

NAME
Mojolicious::Command::generate - Generator command SYNOPSIS
use Mojolicious::Command::generate; my $generator = Mojolicious::Command::generate->new; $generator->run(@ARGV); DESCRIPTION
Mojolicious::Command::generate lists available generators. ATTRIBUTES
Mojolicious::Command::generate inherits all attributes from Mojolicious::Commands and implements the following new ones. "description" my $description = $generator->description; $generator = $generator->description('Foo!'); Short description of this command, used for the command list. "hint" my $hint = $generator->hint; $generator = $generator->hint('Foo!'); Short hint shown after listing available generator commands. "message" my $message = $generator->message; $generator = $generator->message('Bar!'); Short usage message shown before listing available generator commands. "namespaces" my $namespaces = $generator->namespaces; $generator = $generator->namespaces(['Mojo::Command::generate']); Namespaces to search for available generator commands, defaults to Mojolicious::Command::generate and Mojo::Command::generate. METHODS
Mojolicious::Command::generate inherits all methods from Mojolicious::Commands and implements the following new ones. "help" $generator->help('app'); Print usage information for generator command. SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Command::generate(3pm)