Skip to end of metadata
Go to start of metadata

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)

9. Class Skeletons

Labels:
events events Delete
handling handling Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. May 20, 2009

    Is similar to symfony's sfEvent? please, more detail.

  2. May 20, 2009

    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

  3. Sep 10, 2009

    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?

    1. Oct 22, 2009

      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.

  4. May 18, 2010

    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.

  5. Feb 05, 2011

    Archiving this proposal, feel free to recover it when you want to work on it again. For more details see this email.