zendframework / zf2-documentation

Zend Framework 2 documentation sources
BSD 3-Clause "New" or "Revised" License
190 stars 570 forks source link

Zend.Mvc docs do not cover input filtering and validation #1485

Open stuartherbert opened 9 years ago

stuartherbert commented 9 years ago

The Zend.Mvc section does not include any advice at all on how to filter query path and query string params, nor how to validate them.

It's a major gap in the docs for anyone who is learning ZF2.