<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP Events - Actionscript 3 style events in PHP 5</title>
	<atom:link href="http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/</link>
	<description>brain&#039;s on fire!</description>
	<lastBuildDate>Fri, 22 Apr 2011 00:44:37 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nathan</title>
		<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/comment-page-1/#comment-326</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=111#comment-326</guid>
		<description>Quite sure you could modify the code to make a static dispatcher; should only be one class with a couple of very simple methods.

you can already call methods statically, and of course you can make your Events any way you want.

maybe you just use these classes to do the grunt work and build a light wrapper around it :)</description>
		<content:encoded><![CDATA[<p>Quite sure you could modify the code to make a static dispatcher; should only be one class with a couple of very simple methods.</p>
<p>you can already call methods statically, and of course you can make your Events any way you want.</p>
<p>maybe you just use these classes to do the grunt work and build a light wrapper around it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Bonner</title>
		<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/comment-page-1/#comment-324</link>
		<dc:creator>Matthew Bonner</dc:creator>
		<pubDate>Thu, 08 Apr 2010 15:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=111#comment-324</guid>
		<description>I like the idea but I would have liked something more along the lines of a static dispatcher, so something like:
new Event(System_Event::ready);

Which would then run
Framework::initialise();

If the following has been executed previous to calling the new event
Event_Observer::addAction(array(&#039;Framework&#039;, &#039;initialise&#039;), System_Event::ready);</description>
		<content:encoded><![CDATA[<p>I like the idea but I would have liked something more along the lines of a static dispatcher, so something like:<br />
new Event(System_Event::ready);</p>
<p>Which would then run<br />
Framework::initialise();</p>
<p>If the following has been executed previous to calling the new event<br />
Event_Observer::addAction(array('Framework', 'initialise'), System_Event::ready);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Absulit</title>
		<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/comment-page-1/#comment-65</link>
		<dc:creator>Absulit</dc:creator>
		<pubDate>Wed, 02 Sep 2009 04:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=111#comment-65</guid>
		<description>Hi I&#039;m back!
Hard to understand at the beginning, but at the end this is really simple and neat;
the code looks great and without errors!
I created a Class to connect to a MySQL DB, so it extends the EventDispatcher Class and dispatches my customized events (onError, onComplete, and onCompleteQuery) and it is exactly what I need ;)
thanks a lot
I suscribed to your feed to ;)</description>
		<content:encoded><![CDATA[<p>Hi I'm back!<br />
Hard to understand at the beginning, but at the end this is really simple and neat;<br />
the code looks great and without errors!<br />
I created a Class to connect to a MySQL DB, so it extends the EventDispatcher Class and dispatches my customized events (onError, onComplete, and onCompleteQuery) and it is exactly what I need ;)<br />
thanks a lot<br />
I suscribed to your feed to ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Absulit</title>
		<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/comment-page-1/#comment-64</link>
		<dc:creator>Absulit</dc:creator>
		<pubDate>Wed, 02 Sep 2009 01:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=111#comment-64</guid>
		<description>This is really nice, I&#039;ll gonna try it out, and I&#039;ll come back later to tell you my experience</description>
		<content:encoded><![CDATA[<p>This is really nice, I'll gonna try it out, and I'll come back later to tell you my experience</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathan</title>
		<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/comment-page-1/#comment-44</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=111#comment-44</guid>
		<description>lol tony - what ya doing :p good idea on the haxe port, may do it - but saying that I hate targetting php with haxe, because i moved to haxe from php for very good reasons, so would rather write it then target neko or something (or flash/as3 lmao - lol - hahahahaha -lol ahhh dear)</description>
		<content:encoded><![CDATA[<p>lol tony - what ya doing :p good idea on the haxe port, may do it - but saying that I hate targetting php with haxe, because i moved to haxe from php for very good reasons, so would rather write it then target neko or something (or flash/as3 lmao - lol - hahahahaha -lol ahhh dear)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonypee</title>
		<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/comment-page-1/#comment-43</link>
		<dc:creator>tonypee</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=111#comment-43</guid>
		<description>hah - how did i end up back here?!</description>
		<content:encoded><![CDATA[<p>hah - how did i end up back here?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonypee</title>
		<link>http://webr3.org/blog/experiments/php-events-actionscript-3-style-events-in-php-5/comment-page-1/#comment-42</link>
		<dc:creator>tonypee</dc:creator>
		<pubDate>Mon, 27 Jul 2009 13:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://webr3.org/blog/?p=111#comment-42</guid>
		<description>Nice. 
If you re-wrote this in haxe/php (www.haxe.org) then you would be able to have as3 like syntax, tpying, completion AND events. Pretty much as3 serverside - with all of the benefits of php deployment ;P</description>
		<content:encoded><![CDATA[<p>Nice.<br />
If you re-wrote this in haxe/php (www.haxe.org) then you would be able to have as3 like syntax, tpying, completion AND events. Pretty much as3 serverside - with all of the benefits of php deployment ;P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

