NAME
OpenInteract2::Brick::PackageFromTable - All resources used for creating a package based on a table
SYNOPSIS
oi2_manage easy_app --package=books --table=books --dsn=DBI:Pg:dbname=pubs --username=foo --password=bar
DESCRIPTION
This class just holds all the static resources used when creating a package with basic Create, Update,Delete and Search functionality based on an existing database table.
These resources are associated with OpenInteract2 version 1.99_06.
Resources
You can grab resources individually using the names below and load_resource()
and copy_resources_to()
, or you can copy all the resources at once using copy_all_resources_to()
-- see OpenInteract2::Brick for details.
- package.ini
- MANIFEST.SKIP
- spops.ini
- action.ini
- messages_en.msg
- SQLInstall.pm
- Action.pm
- App.pm
- form.tmpl
- display.tmpl
- search_form.tmpl
- search_results.tmpl
COPYRIGHT
Copyright (c) 2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Chris Winters <chris@cwinters.com>
NAME
OpenInteract2::App::[% class_name %] - This application will do everything!
[% pod %]