Re: [PHP] Forms validation and creation- easier solution?

2009-05-22 Thread phphelp -- kbk
On May 20, 2009, at 2:03 AM, Angelo Zanetti wrote: We have done quite a few projects and we are looking to find better ways to implementing forms. This is fairly simple to roll-your-own. I do it from metadata. I check MySQL metadata for data types, lengths, and defaults. In addition, my

Re: [PHP] Forms validation and creation- easier solution?

2009-05-22 Thread Manuel Lemos
Viva, on 05/22/2009 10:36 AM Paul M Foster said the following: >> IMHO, creating forms by hand is by no means simpler, especially if you >> want to include browser side (Javascript) validation. >> >> I mean, I am not masochist to create something that will give me more >> work in the end to develo

Re: [PHP] Forms validation and creation- easier solution?

2009-05-22 Thread Paul M Foster
On Fri, May 22, 2009 at 04:56:01AM -0300, Manuel Lemos wrote: > Hello, > > on 05/20/2009 11:09 AM Paul M Foster said the following: > > Both this class and Manuel Lemos' form generation class (from > > phpclasses.org) will create beautiful forms for you. However, you may > > find that the amount

RE: [PHP] Forms validation and creation- easier solution?

2009-05-22 Thread Angelo Zanetti
-Original Message- From: Manuel Lemos [mailto:mle...@acm.org] Sent: 22 May 2009 09:56 To: Paul M Foster Cc: php-general@lists.php.net; Angelo Zanetti Subject: Re: [PHP] Forms validation and creation- easier solution? Hello, on 05/20/2009 11:09 AM Paul M Foster said the following

Re: [PHP] Forms validation and creation- easier solution?

2009-05-22 Thread Manuel Lemos
Hello, on 05/20/2009 11:09 AM Paul M Foster said the following: > Both this class and Manuel Lemos' form generation class (from > phpclasses.org) will create beautiful forms for you. However, you may > find that the amount of [repetitive] typing you do will be equivalent or > greater than simply c

Re: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Paul M Foster
On Wed, May 20, 2009 at 05:10:57PM +0200, Angelo Zanetti wrote: > > > -Original Message- > From: Paul M Foster [mailto:pa...@quillandmouse.com] > Sent: 20 May 2009 16:09 > To: php-general@lists.php.net > Subject: Re: [PHP] Forms validation and creation- easier solut

RE: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Angelo Zanetti
-Original Message- From: Paul M Foster [mailto:pa...@quillandmouse.com] Sent: 20 May 2009 16:09 To: php-general@lists.php.net Subject: Re: [PHP] Forms validation and creation- easier solution? On Wed, May 20, 2009 at 10:08:12AM +0300, Olexandr Heneralov wrote: > > 2009/5/20

Re: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Paul M Foster
On Wed, May 20, 2009 at 10:08:12AM +0300, Olexandr Heneralov wrote: > > 2009/5/20 Angelo Zanetti > > > Hi all. > > > > We have done quite a few projects and we are looking to find better ways to > > implementing forms. > > > > Forms seem to be quite time consuming and repetitive. > > > > Genera

RE: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Jay Blanchard
[snip] 1. Easy creation of forms (fields and layout) [/snip] I posted a form function several months ago that will help you with this. Just search the list archives -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Olexandr Heneralov
] > *Sent:* 20 May 2009 09:08 > *To:* Angelo Zanetti > *Cc:* php-general@lists.php.net > *Subject:* Re: [PHP] Forms validation and creation- easier solution? > > > > Hi! > Zend framework has a wonderful solution to solve this task. You can > download even the demo sh

RE: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Angelo Zanetti
_ From: Olexandr Heneralov [mailto:ohenera...@gmail.com] Sent: 20 May 2009 09:08 To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] Forms validation and creation- easier solution? Hi! Zend framework has a wonderful solution to solve this task. You can download

Re: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Olexandr Heneralov
Hi! Zend framework has a wonderful solution to solve this task. You can download even the demo showing how to do this task Best regards, Alex. 2009/5/20 Angelo Zanetti > Hi all. > > > > We have done quite a few projects and we are looking to find better ways to > implementing forms. > > > > Form

[PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Angelo Zanetti
Hi all. We have done quite a few projects and we are looking to find better ways to implementing forms. Forms seem to be quite time consuming and repetitive. Generally are there any classes or libraries that will assist with: 1. Easy creation of forms (fields and layout) 2. V