in reply to Re: Re: Automatically generating html form fields from a DBI handle
in thread Automatically generating html form fields from a DBI handle

Regardless of what environment you plan on using this in, the concept of how the form creation is done can be applied.


A possible issue with this is: do you want the additional overhead that this approach will create? Or are the additional queries against MySQL not an issue?


Just a thought.

  • Comment on Re: Re: Re: Automatically generating html form fields from a DBI handle

Replies are listed 'Best First'.
Re: Re: Re: Re: Automatically generating html form fields from a DBI handle
by Your Mother (Archbishop) on May 03, 2003 at 04:22 UTC
    Good question. For the development, most everything will behave dynamically, including the DB editing. It will be slower on the browser but easier to make changes and not have to wait around for a few thousand pages to get built just to see if a correction worked. Once the thing is runnining and getting anywhere past alpha and on the high-side of beta, I think it will probably build everything, including form templates, to be served statically or at least directly out of something like a Berkely DB so it's fast but adaptable. We'll see if it even gets that far. :)

    And you make a good point about the approach. I'll dig into those apps Aristotle suggested and see how they handle it. (addition: oh, and I'm not anti-PHP, I'm just looking to keep the whole pie in Perl, as it were).