zendframework / zend-inputfilter

InputFilter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
64 stars 50 forks source link

Adds a section for integration in mvc and expressive applications #183

Closed froschdesign closed 4 years ago

froschdesign commented 5 years ago

Related to https://github.com/zendframework/documentation/issues/8

Xerkus commented 5 years ago

Unless mentioned elsewhere, add mention that zend-component-provider can auto-register ConfigProvider/Module with application on component installation.

froschdesign commented 5 years ago

@Xerkus I'm thinking about extracting the whole process of installation. This would reduce the number of steps in the current descriptions and repetitions are avoided.

froschdesign commented 4 years ago

Related to https://github.com/zendframework/documentation/issues/12

froschdesign commented 4 years ago

@weierophinney I added your suggestions and corrections. 👍 I also reduced the registration of handler / controller and input filter to one step.