3. Component Requirements, Constraints, and Acceptance Criteria
Any event dispatchable component must extend Zend_Event_Dispatcher or implement Zend_Event_Dispatcher_Interface.
4. Dependencies on Other Framework Components
Zend_Exception
5. Theory of Operation
This component can handle event listeners per obj or via stack trace.
6. Milestones / Tasks
Describe some intermediate state of this component in terms of design notes, additional material added to this page, and / code. Note any significant dependencies here, such as, "Milestone #3 can not be completed until feature Foo has been added to ZF component XYZ." Milestones will be required for acceptance of future proposals. They are not hard, and many times you will only need to think of the first three below.
3 Comments
comments.show.hideDec 16, 2009
Alvar Vilu
<p>Really?<br />
No comments, markups etc at all?</p>
Dec 16, 2009
Jacky Chan
<p>Great! I just look for this component. IMHO, the event listener can be lazy load,and configurable in the config file.</p>
Dec 17, 2009
Alvar Vilu
<p>Hi.<br />
What exactly do You mean by lazy load and configurable to event listener?<br />
Something like:</p>
<p>$this->addEventListeners(Zend_Config $config);</p>
<p>If that - that's not possible. Only if callbacks are functions (not mehtods).</p>
<p>Lazy load for backtrace? It might change all the time.</p>