Apache2::ASP::Model::CDBI::SQLite - ORM base class for Apache2::ASP web applications
package MyApp::DBI; use strict; use warnings 'all'; use base 'Apache2::ASP::Model::CDBI::SQLite'; # Your code goes below: 1;# return true:
If you use the Apache2::ASP manpage, the Class::DBI manpage and SQLite, you should base your ORM base class on this class.
None.
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html to submit bug reports.
Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.
John Drago mailto:jdrago_999@yahoo.com
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.