Maypole Framework Article Index for
Maypole
Website Links For
Framework
 

Information About

Maypole Framework




Maypole provides the top-level code which examines the user's request, fires off the relevant Method in the model, collates the Data , asks the view Class to format it up and sends it back to the user.

As well as this, some common Perl modules, such as Apache , Class::DBI and Template, already perform important parts required for model, view or controller operation, so Maypole provides wrapper classes to help them fit into the framework.


SEE ALSO