Re: [fw-general] Validate input data from POST variable

2007-09-21 Thread Matthew Weier O'Phinney
-- Drew Bertola <[EMAIL PROTECTED]> wrote (on Friday, 21 September 2007, 11:52 AM -0700): > Kexiao Liao wrote: > > Where is the best place to do the input data(from POST variables) validation > > in the Zend Framework? > > > > We can do the validation in following places: > > 1. Controller Class f

Re: [fw-general] Validate input data from POST variable

2007-09-21 Thread Drew Bertola
Kexiao Liao wrote: > Where is the best place to do the input data(from POST variables) validation > in the Zend Framework? > > We can do the validation in following places: > 1. Controller Class file > 2. Use Defined Models Class file > > Which one is the better choice? Good question. I've been

[fw-general] Validate input data from POST variable

2007-09-21 Thread Kexiao Liao
Where is the best place to do the input data(from POST variables) validation in the Zend Framework? We can do the validation in following places: 1. Controller Class file 2. Use Defined Models Class file Which one is the better choice? -- View this message in context: http://www.nabble.com