multiple object oriented forms within the same page layout ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vanessa

    multiple object oriented forms within the same page layout ?

    Hi all !

    I am looking for a php class and page layout framework allowing smooth
    object oriented insertion of several, possibly different, forms within
    the same page layout.

    All of that while retaining the very desirable properties of a great
    php class :
    - self contained
    - auto validation
    - contextual error messages
    - build in input types
    - etc.

    I looked at hundreds of form classes and frameworks on the web, but
    couldn't find any that would fit all of these simple requirements.

    Does such a framework exists somewhere ?

    May I point out that I am definitely NOT looking for multi page forms,
    the kind used to make wizards or assistants.

    Thanks for any potential help or hints.

    Vanessa

  • Marcin Dobrucki

    #2
    Re: multiple object oriented forms within the same page layout ?

    Vanessa wrote:[color=blue]
    > Hi all !
    >
    > I am looking for a php class and page layout framework allowing smooth
    > object oriented insertion of several, possibly different, forms within
    > the same page layout.[/color]
    [color=blue]
    > May I point out that I am definitely NOT looking for multi page forms,
    > the kind used to make wizards or assistants.[/color]

    HTML_QuickForm from PEAR (pear.php.net)

    /Marcin

    Comment

    Working...