On 10/4/05, Peter Speltz <[EMAIL PROTECTED]> wrote: > On 10/3/05, Dave Howorth <[EMAIL PROTECTED]> wrote: > > <snip> > > > > Cheers, Dave > > This seems like a good thing dave. This way templates don't have to > worry about what type of path structure the app is using. This would > go good in core Maypole eventually maybe :) . >
Plugins are a good place to test new features and their interfaces. And its easy to go from plugin to core. I wanted a feature like this in the core when i did Maypole::Plugin::Menu. The logic is simply for completeness of the circle of the URI iMaypole. URI's get turned into table, action, and args via parse_path. It makes sense to have a built in routine to do the reverse. Especially if it is possible to override one sub to alter the form of URI and have parse_path and make_uri work correctly.. Anyway, I say throw make_uri in 2.11. Mark it experimental if need be. It will get more testing that way.. I tihnk it will be a nice rounding out feature like the redirect. . -- pjs ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Maypole-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-users
