Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Need help separating logic from display

by AJRod (Scribe)
on Mar 12, 2005 at 21:56 UTC ( [id://439006]=note: print w/replies, xml ) Need Help??


in reply to Need help separating logic from display

In case you haven't, you may want to try Formbuilder. It works well with H::Template, and with this you can prepopulate a form from a database query.
  • Comment on Re: Need help separating logic from display

Replies are listed 'Best First'.
Re^2: Need help separating logic from display
by srdst13 (Pilgrim) on Mar 13, 2005 at 15:43 UTC
    I would second this vote. FormBuilder does a great deal of the form creation, validation, and parameter handling pretty much automagically and integrates seemlessly with mod_perl and CGI::Application. Params are sticky, but that behavior can be easily modified. As a bonus, it even creates javascript validation code, which you are free to use or not; validation also occurs on the server side. As for templating (View from Controller and model), it can generate HTML on its own or be used with any of the big-three (H::T, TT2, or Template) templating systems.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://439006]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found