Bigtop
view release on metacpan or search on metacpan
lib/Bigtop/Docs/Tutorial.pod view on Meta::CPAN
=item *
customers.pm
=item *
invoices.pm
=item *
line_items.pm
=item *
my_companies.pm
=item *
status.pm
=back
Note that the names of these modules exactly match their table names.
Each one exports a scalar containing its fully qualified package name as
the table name in all caps. For example customers.pm exports:
$CUSTOMERS = 'Apps::Billing::Model::customers';
Controllers import this and use it to save reading and typing.
Each one of these modules inherits from Gantry::Utils::DBIxClass, which
is a DBIx::Class subclass.
=back
This concludes the tutorial. Feel free to add the PDF and task management
pieces to the app.
=head1 Further Reading
If you long to learn more, try these:
=over 4
=item Bigtop::Docs::About
a brief litany of features plus some history of the project
=item Bigtop::Docs::Keywords
a short description of most of Bigtop syntax
=item Bigtop::Docs::QuickRef
an even shorter description of Bigtop syntax in an html table format
=item Bigtop::Docs::Syntax
a fairly complete picture of bigtop syntax
=item Bigtop::Docs::Cookbook
examples of what to type and what you get as a result
=back
=head1 Author
Phil Crow, E<lt>crow.phil@gmail.comE<gt>
=head1 Copyright and License
Copyright (C) 2005-6, Phil Crow
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.
=cut
( run in 0.692 second using v1.01-cache-2.11-cpan-437f7b0c052 )