Web Designers
Every webdesigner want to have no limitations. That know that every website need to be a award winner. But every CMS have structure, and need things to stay that way. But not with Mason Framework.The MFWork give designers placeholders and variables, that they can use as they want. No limitations. If they use them wisely they will create nice and optimized sites, and make me proud. But if they give tico a leave and teco a rest, things may stop working, or get a wild mess. But that would be their problem, not a framework one.
Every time a programmer have data to show, all it must do is:
my $data={ name => 'somename', surname => 'some surname', } $mf->template('my/template/name', add_data=>$data);
And it will be a designers task to define how name and surname will show, by defining a template my/template/name, like this:
<div id="name"> your name is '<?=name?>'.<br/> you family name is '<?=surname?>'.<br/> </div>
Read more on the template system.