Zend Framework: Zend_Event Component Proposal
| Proposed Component Name | Zend_Event |
|---|---|
| Developer Notes | http://framework.zend.com/wiki/display/ZFDEV/Zend_Event |
| Proposers | Marco Kaiser |
| Zend Liaison | TBD |
| Revision | 1.0 - May 2009 (wiki revision: 4) |
Table of Contents
1. Overview
Zend_Event should be used to write event based plugins. This can be used to raise events in your application or anywhere in your code and these plugins will be executed
2. References
3. Component Requirements, Constraints, and Acceptance Criteria
- TBD
4. Dependencies on Other Framework Components
- Zend_Exception
5. Theory of Operation
...
6. Milestones / Tasks
- Milestone 1: ..
- Milestone 2: ..
- Milestone 3: ..
7. Class Index
- Zend_Event_Exception
- Zend_Event (factory class)
8. Use Cases
| UC-01 |
|---|
... (see good use cases book)
7 Comments
comments.show.hideMay 20, 2009
Kazusuke Sasezaki
Is similar to symfony's sfEvent? please, more detail.
May 20, 2009
Niek Slatius
In my own extension of the Zend Framework I have a working Event component already. If you're interested in de sourcecode I'ld be happy to share it. Maybe you could use elements of it for this proposal.
The component still needs some tweaking. But this is basically what it has:
Zend_Event
Zend_Event_Abstract
Zend_Event_Exception
Zend_Event_Source_Interface
Zend_Event_Dispatcher_Interface
Zend_Event_Dispatcher_Standard
Zend_Event_BindableListener_Interface
Jul 16, 2009
removed user
Perhaps you can offer your code to http://zendframework.com/wiki/pages/viewpage.action?pageId=41398
Sep 10, 2009
Marco Kaiser
I plan a but different Event handling system, still wait for Zend_Message to be done, maybe i extend on the base of this. @ Niek Slatius, can you send me your code, so that i can take a look into it?
Oct 22, 2009
Niek Slatius
Marco,
Sorry for the delayed response. Send me an e-mail (see my profile page), and I'll send you the code as I couldn't find your e-mailaddress. Or, alternatively, if you know of a website like pastebin, that allows for putting up code in a folder structure, without having to use a version control mechanism (I haven't accustomed myself to using one yet... I know, I know
), I'll put it up there.
May 18, 2010
Dennis Winter
Hey,
is there anything new about the component? If it's orphaned i would like to restart the component! By the way: If someone has the capability to participate here, it would be nice to send an email to me!Edit: Sorry, i just realized, that there actually IS an event component in recomnendation.
Feb 05, 2011
Dolf Schimmel (Freeaqingme)
Archiving this proposal, feel free to recover it when you want to work on it again. For more details see this email.