This is a discussion on PHP / HTML Form Tool Kit ??? within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I feel a little stupid today. I'm looking for a PHP package to help in building HTML forms. I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I feel a little stupid today. I'm looking for a PHP package to help in
building HTML forms. I swear I saw some tool kit on sourceforge one day but I just can't remember what it was called, or exactly how it worked, etc. I don't think it was considered a template engine like smarty but I could be wrong. Could some one push me in the right direction? Thanks in advance. |
|
|||
|
Hello,
On 02/28/2004 01:01 AM, Stsop Swen 4 wrote: > I feel a little stupid today. I'm looking for a PHP package to help in > building HTML forms. I swear I saw some tool kit on sourceforge one day > but I just can't remember what it was called, or exactly how it worked, > etc. I don't think it was considered a template engine like smarty but > I could be wrong. Could some one push me in the right direction? You may be looking for something like this popular class for generating and validation HTML forms in PHP. It is not a form template engine but it comes with support to integrate with Smarty so you can use its templates to compose your forms with this class: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html |
|
|||
|
Manuel Lemos wrote:
> Hello, > > On 02/28/2004 01:01 AM, Stsop Swen 4 wrote: > >> I feel a little stupid today. I'm looking for a PHP package to help >> in building HTML forms. I swear I saw some tool kit on sourceforge >> one day but I just can't remember what it was called, or exactly how >> it worked, etc. I don't think it was considered a template engine >> like smarty but I could be wrong. Could some one push me in the right >> direction? > > > You may be looking for something like this popular class for generating > and validation HTML forms in PHP. It is not a form template engine but > it comes with support to integrate with Smarty so you can use its > templates to compose your forms with this class: > > http://www.phpclasses.org/formsgeneration > Thanks for the information. Unfortunately I don't think this is what I was looking for. Anyone else have any suggestions. |