<?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: Events in CakePHP &#8211; I really like it</title>
	<atom:link href="http://cakealot.com/2008/12/events-in-cakephp-i-really-like-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakealot.com/2008/12/events-in-cakephp-i-really-like-it/</link>
	<description>cakephp and stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:22:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakealot</title>
		<link>http://cakealot.com/2008/12/events-in-cakephp-i-really-like-it/comment-page-1/#comment-102</link>
		<dc:creator>cakealot</dc:creator>
		<pubDate>Tue, 14 Apr 2009 18:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=27#comment-102</guid>
		<description>&lt;strong&gt;More on possible Events in CakePHP...&lt;/strong&gt;

As a follow up to: Events in CakePHP - I really like it 
Let&#8217;s say you have unkown entities in your project - totally dynamic. Let it be a plugin, another model, not associated at all. Getting new functionality into an existing app can be a pain....</description>
		<content:encoded><![CDATA[<p><strong>More on possible Events in CakePHP&#8230;</strong></p>
<p>As a follow up to: Events in CakePHP &#8211; I really like it<br />
Let&#8217;s say you have unkown entities in your project &#8211; totally dynamic. Let it be a plugin, another model, not associated at all. Getting new functionality into an existing app can be a pain&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk Brünsicke</title>
		<link>http://cakealot.com/2008/12/events-in-cakephp-i-really-like-it/comment-page-1/#comment-23</link>
		<dc:creator>Dirk Brünsicke</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=27#comment-23</guid>
		<description>Sounds very interesting. I have a different approach where Events would be a good idea. I will compare my solution to yours with some real-world examples i have and then let you know which one seems to be a better fit (at least for me).

Great work, Thank you for sharing.</description>
		<content:encoded><![CDATA[<p>Sounds very interesting. I have a different approach where Events would be a good idea. I will compare my solution to yours with some real-world examples i have and then let you know which one seems to be a better fit (at least for me).</p>
<p>Great work, Thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kjell</title>
		<link>http://cakealot.com/2008/12/events-in-cakephp-i-really-like-it/comment-page-1/#comment-4</link>
		<dc:creator>Kjell</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=27#comment-4</guid>
		<description>&lt;strong&gt;Daniel Hofstetter&lt;/strong&gt; said: 
&lt;blockquote&gt;
Hm, how does Event::dispatch() in your example know it has to call UserControllerEvents::onUserRegistrationSaved()? Or does it check all event classes whether they implement onUserRegistrationSaved()?
&lt;/blockquote&gt;
Yes, all classes are notified if they are callable.</description>
		<content:encoded><![CDATA[<p><strong>Daniel Hofstetter</strong> said: </p>
<blockquote><p>
Hm, how does Event::dispatch() in your example know it has to call UserControllerEvents::onUserRegistrationSaved()? Or does it check all event classes whether they implement onUserRegistrationSaved()?
</p></blockquote>
<p>Yes, all classes are notified if they are callable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hofstetter</title>
		<link>http://cakealot.com/2008/12/events-in-cakephp-i-really-like-it/comment-page-1/#comment-3</link>
		<dc:creator>Daniel Hofstetter</dc:creator>
		<pubDate>Sun, 28 Dec 2008 15:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=27#comment-3</guid>
		<description>Hm, how does Event::dispatch() in your example know it has to call UserControllerEvents::onUserRegistrationSaved()? Or does it check all event classes whether they implement onUserRegistrationSaved()?</description>
		<content:encoded><![CDATA[<p>Hm, how does Event::dispatch() in your example know it has to call UserControllerEvents::onUserRegistrationSaved()? Or does it check all event classes whether they implement onUserRegistrationSaved()?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
