NAME

Apache2::ASP::Model::CDBI::MySQL - ORM base class for Apache2::ASP web applications

SYNOPSIS

package MyApp::DBI;

use strict;
use warnings 'all';
use base 'Apache2::ASP::Model::CDBI::MySQL';

# Your code goes below:

1;# return true:

DESCRIPTION

If you use Apache2::ASP, Class::DBI and MySQL, you should base your ORM base class on this class.

METHODS

None.

BUGS

It's possible that some bugs have found their way into this release.

Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.

HOMEPAGE

Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.

AUTHOR

John Drago mailto:jdrago_999@yahoo.com

COPYRIGHT AND LICENSE

Copyright 2007 John Drago, All rights reserved.

This software is free software. It may be used and distributed under the same terms as Perl itself.