MasonX::MiniMVC

Very simple MVC framework for HTML::Mason
Download

MasonX::MiniMVC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kirrily Robert
  • Publisher web site:
  • http://search.cpan.org/~mitel/

MasonX::MiniMVC Tags


MasonX::MiniMVC Description

Very simple MVC framework for HTML::Mason The problem with Mason is that it's just way too tempting to include application logic in your components. It's hard, too, to figure out how to lay out an application. What do you put where? How do you make something that's not a horrible spaghetti tangle?MasonX::MiniMVC is a Perl module meant to solve most of these problems for simple applications. It's essentially the simplest thing I could come up with that looks like MVC and stops your Mason components from becoming an unmanageable pile of cruft.SYNOPSIS # in your dhandler use MasonX::MiniMVC::Dispatcher; my $dispatcher = MasonX::MiniMVC::Dispatcher->new(\%controllers); $dispatcher->dispatch($m); Requirements: · Perl


MasonX::MiniMVC Related Software