Re: [PHP] How to structure code for forms

2008-06-08 Thread Larry Garfield
ou can use cakephp or joomla and etc > > HTH > > On 08/06/2008, Nirmalya Lahiri <[EMAIL PROTECTED]> wrote: > > --- On Sun, 6/8/08, Ethan Whitt <[EMAIL PROTECTED]> wrote: > > > From: Ethan Whitt <[EMAIL PROTECTED]> > > > Subject: [PHP] How to stru

Re: [PHP] How to structure code for forms

2008-06-08 Thread Nitsan Bin-Nun
Exectly, I fall in love with zend_form but you can use cakephp or joomla and etc HTH On 08/06/2008, Nirmalya Lahiri <[EMAIL PROTECTED]> wrote: > > --- On Sun, 6/8/08, Ethan Whitt <[EMAIL PROTECTED]> wrote: > > > From: Ethan Whitt <[EMAIL PROTECTED]> > > S

Re: [PHP] How to structure code for forms

2008-06-08 Thread Nirmalya Lahiri
--- On Sun, 6/8/08, Ethan Whitt <[EMAIL PROTECTED]> wrote: > From: Ethan Whitt <[EMAIL PROTECTED]> > Subject: [PHP] How to structure code for forms > To: php-general@lists.php.net > Date: Sunday, June 8, 2008, 4:31 PM > I am new to PHP and have been researching ways to

[PHP] How to structure code for forms

2008-06-08 Thread Ethan Whitt
I am new to PHP and have been researching ways to structure code for forms. I have found a few basic tutorials that present, validate & present errors, and then process form data. I was wondering if anyone could share their approach on how they structure these actions? Ideally, I would like to se