|
|
Wednesday, May 4. 2005PHP Conference session slidesTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
In your component and event based architectures presentation you said about PRADO that "These frameworks often support only one-to-one binding of an event to a method." Just would like to mention that this not true in PRADO, some events can bubble, and can continue bubbling even if the event was caught (or the developer can stop the bubbling). Of course, you can also create your own bubble event as well.
TControl::raiseBubbleEvent(TComponent $sender,TEventParameter $param) and TControl::onBubbleEvent($sender,$param)
#1
on
2005-05-13 14:23
The author does not allow comments to this entry
|
Notice: in /var/www/schst/blog.php-tools.net/htdoc/bundled-libs/PEAR.php on line 848 |