[symfony-users] Re: Validation of Requests in 1.1

2008-07-12 Thread Fabien Potencier
The validation framework is not tied to the form framework. You can use it by itself to validate any kind of data. Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.com | aide-de-camp.org Tél: +33 1 40 99 80 80 Daniel Stevens wrote: > I've been wo

[symfony-users] Re: Validation of Requests in 1.1

2008-07-12 Thread Nicolas Perriault
On Sat, Jul 12, 2008 at 9:35 PM, Daniel Stevens <[EMAIL PROTECTED]> wrote: > Now it seems 1.1 wants me to > create a form and validate it which is more work and overhead then I need. > How do I validate POST vars that come in as a request without having to make > a HTML form? I've just made this