zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Add helper trait to provide type-hinting for zend-view #217

Closed thexpand closed 5 years ago

thexpand commented 6 years ago

In favor of the following proposal: https://github.com/zendframework/zend-view/issues/102

froschdesign commented 6 years ago

The usage of this trait must be explained in the documentation.

froschdesign commented 6 years ago

Btw. Please use the develop branch for new features.

https://github.com/zendframework/zend-form/blob/master/docs/CONTRIBUTING.md#what-branch-to-issue-the-pull-request-against

thexpand commented 6 years ago

@froschdesign I suggest adding the docs below the View Helpers > AbstractHelper section. More information about the naming: https://github.com/zendframework/zend-i18n/pull/102#issuecomment-418711168 Link to the abstract helper section: https://docs.zendframework.com/zend-form/helper/abstract-helper/

froschdesign commented 6 years ago

@thexpand Why not on the introduction page of the view helpers?

https://docs.zendframework.com/zend-form/helper/intro/

weierophinney commented 5 years ago

Thanks, @thexpand!