<?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: More on possible Events in CakePHP</title>
	<atom:link href="http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/</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: micah</title>
		<link>http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/comment-page-1/#comment-240</link>
		<dc:creator>micah</dc:creator>
		<pubDate>Tue, 15 Jun 2010 21:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=53#comment-240</guid>
		<description>This is a sweet, sweet plugin. I just forked your repo from Github, customizing this for a project I&#039;m working on. Should be able to share my experiences in greater detail when I get some results. 
Thanks again for this, this is awesome!</description>
		<content:encoded><![CDATA[<p>This is a sweet, sweet plugin. I just forked your repo from Github, customizing this for a project I&#8217;m working on. Should be able to share my experiences in greater detail when I get some results.<br />
Thanks again for this, this is awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: furkan tunalı</title>
		<link>http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/comment-page-1/#comment-234</link>
		<dc:creator>furkan tunalı</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=53#comment-234</guid>
		<description>thanks for your repo and tips. That&#039;s just what i was lookin for.

I&#039;m trying to make modular cms with plugins fully eventfull like run on the spesific hookups. I&#039;ll give it a try to your eventful plugin.</description>
		<content:encoded><![CDATA[<p>thanks for your repo and tips. That&#8217;s just what i was lookin for.</p>
<p>I&#8217;m trying to make modular cms with plugins fully eventfull like run on the spesific hookups. I&#8217;ll give it a try to your eventful plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Biesbjerg</title>
		<link>http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/comment-page-1/#comment-162</link>
		<dc:creator>Kim Biesbjerg</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=53#comment-162</guid>
		<description>Hi Kjell,

Did you run any benchmarks? What happens when you have 10 controllers to search for hooks? 50? 100?</description>
		<content:encoded><![CDATA[<p>Hi Kjell,</p>
<p>Did you run any benchmarks? What happens when you have 10 controllers to search for hooks? 50? 100?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kjell</title>
		<link>http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/comment-page-1/#comment-112</link>
		<dc:creator>Kjell</dc:creator>
		<pubDate>Sat, 18 Apr 2009 02:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=53#comment-112</guid>
		<description>http://github.com/m3nt0r/eventful-cakephp/</description>
		<content:encoded><![CDATA[<p><a href="http://github.com/m3nt0r/eventful-cakephp/" rel="nofollow">http://github.com/m3nt0r/eventful-cakephp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kjell</title>
		<link>http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/comment-page-1/#comment-111</link>
		<dc:creator>Kjell</dc:creator>
		<pubDate>Wed, 15 Apr 2009 16:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=53#comment-111</guid>
		<description>Hi Martin,

thanks for your comment. When i get the time this weekend i&#039;ll setup a little repo for this. 

Current layout is close to cake default layout and does not mess with the core:
&lt;pre&gt;
/app/app_model_event.php
/app/app_controller_events.php
/app/events/
/app/events/controllers
/app/events/models
/app/controller/components/event..
/and 2 or 3 libs. not sure. it&#039;s been awhile
&lt;/pre&gt;

Looks pretty portable so far, but i&#039;ll try to make it more transparent. Oh.. and it&#039;s PHP5.</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>thanks for your comment. When i get the time this weekend i&#8217;ll setup a little repo for this. </p>
<p>Current layout is close to cake default layout and does not mess with the core:</p>
<pre>
/app/app_model_event.php
/app/app_controller_events.php
/app/events/
/app/events/controllers
/app/events/models
/app/controller/components/event..
/and 2 or 3 libs. not sure. it's been awhile
</pre>
<p>Looks pretty portable so far, but i&#8217;ll try to make it more transparent. Oh.. and it&#8217;s PHP5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Westin</title>
		<link>http://cakealot.com/2009/04/more-on-possible-events-in-cakephp/comment-page-1/#comment-110</link>
		<dc:creator>Martin Westin</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://cakealot.com/?p=53#comment-110</guid>
		<description>Looks really interesting.
This type of functionality would be really big for any application that uses a lot of plugins.

To get some simple events going I currently use AppController and requestAction. All &quot;events&quot; are defined as actions in AppController, returning false. Any plugin that wants to catch an event overrides the action. Dispatching of these events is done by lopping through the installed plugins and calling the event-action on each plugin&#039;s &quot;root&quot; controller. 

It is clunky but for cron jobs (on_hourly_update) and the few events (on_incoming_mms) I need to dispatch it works ok. But a &quot;real&quot; event system would be really cool. Could be the best thing since Containable... almost :)

Let me know if any help is needed coding, testing, documenting or anything... I&#039;d love to do what little I can.</description>
		<content:encoded><![CDATA[<p>Looks really interesting.<br />
This type of functionality would be really big for any application that uses a lot of plugins.</p>
<p>To get some simple events going I currently use AppController and requestAction. All &#8220;events&#8221; are defined as actions in AppController, returning false. Any plugin that wants to catch an event overrides the action. Dispatching of these events is done by lopping through the installed plugins and calling the event-action on each plugin&#8217;s &#8220;root&#8221; controller. </p>
<p>It is clunky but for cron jobs (on_hourly_update) and the few events (on_incoming_mms) I need to dispatch it works ok. But a &#8220;real&#8221; event system would be really cool. Could be the best thing since Containable&#8230; almost :)</p>
<p>Let me know if any help is needed coding, testing, documenting or anything&#8230; I&#8217;d love to do what little I can.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
