zendframework / zendframework

Official Zend Framework repository
https://framework.zend.com/
BSD 3-Clause "New" or "Revised" License
5.51k stars 2.54k forks source link

Zend form (or form element) Event manager #6583

Closed carnage closed 8 years ago

carnage commented 10 years ago

I'm contemplating adding an event manager to Zend form or zend form element, ZfcUser has already extended the form to add an event manager as an extention point for adding custom fields but I wanted to gather feedback on the best implementation for this.

Use cases I have for this already are:

Martin-P commented 10 years ago

Issue #5443 has a discussion about adding events to Zend\Form.

adamlundrigan commented 9 years ago

:+1: on triggering events from Form classes. I suspect this will have to wait until ZF3, though (adding events to Form is/was being discussed in #5443) as it's technically a new feature and I don't think those are being considered for 2.5 /cc @Ocramius

Ocramius commented 9 years ago

@adamlundrigan no, 2.5 can have new features, but I'd like a mostly painless split.

GeeH commented 8 years ago

This issue has been closed as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html