|
NAMEApache::MVC - Apache front-end to MaypoleSYNOPSISpackage BeerDB; use Maypole::Application; DESCRIPTIONA mod_perl platform driver for Maypole. Your application can inherit from Apache::MVC directly, but it is recommended that you use Maypole::Application.INSTALLATIONCreate a driver module like the one illustrated in Maypole::Application.Put the following in your Apache config: <Location /beer> SetHandler perl-script PerlHandler BeerDB </Location> Copy the templates found in templates/factory into the beer/factory directory off the web root. When the designers get back to you with custom templates, they are to go in beer/custom. If you need to override templates on a database-table-by-table basis, put the new template in beer/table. This will automatically give you "add", "edit", "list", "view" and "delete" commands; for instance, to see a list of breweries, go to http://your.site/beer/brewery/list For more information about how the system works and how to extend it, see Maypole. ImplementationThis class overrides a set of methods in the base Maypole class to provide its functionality. See Maypole for these:
AUTHORSimon Cozens, "simon@cpan.org"CREDITSAaron Trevena Marcus Ramberg, "marcus@thefeed.no" Sebastian Riedel, "sri@oook.de"LICENSEYou may distribute this code under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |