<?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 and hooks in Kohana</title>
	<atom:link href="http://learn.kohanaphp.com/2008/06/13/events-and-hooks-in-kohana/feed/" rel="self" type="application/rss+xml" />
	<link>http://learn.kohanaphp.com/2008/06/13/events-and-hooks-in-kohana/</link>
	<description>Helping you with Kohana framework</description>
	<lastBuildDate>Mon, 03 Aug 2009 18:38:44 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ikke</title>
		<link>http://learn.kohanaphp.com/2008/06/13/events-and-hooks-in-kohana/comment-page-1/#comment-8098</link>
		<dc:creator>Ikke</dc:creator>
		<pubDate>Tue, 09 Dec 2008 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://learn.kohanaphp.com/?p=72#comment-8098</guid>
		<description>What i can&#039;t find anywhere is where to place the Event::add()

In what i understand, this should be executed before the events are fired.

In the examples i see, they are just placed below the code that should be executed when the event fires. 

But that code would in normal cases on the time when most events are allready fired. Can anyone cast a light on this?</description>
		<content:encoded><![CDATA[<p>What i can&#8217;t find anywhere is where to place the Event::add()</p>
<p>In what i understand, this should be executed before the events are fired.</p>
<p>In the examples i see, they are just placed below the code that should be executed when the event fires. </p>
<p>But that code would in normal cases on the time when most events are allready fired. Can anyone cast a light on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ninjapenguin - Home page of Matthew Wells &#187; Blog Archive &#187; Practical Kohana Hooks example: PHPIDS</title>
		<link>http://learn.kohanaphp.com/2008/06/13/events-and-hooks-in-kohana/comment-page-1/#comment-487</link>
		<dc:creator>Ninjapenguin - Home page of Matthew Wells &#187; Blog Archive &#187; Practical Kohana Hooks example: PHPIDS</dc:creator>
		<pubDate>Sun, 29 Jun 2008 10:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://learn.kohanaphp.com/?p=72#comment-487</guid>
		<description>[...] further to Dlibs tutorial on hooks he posted up I thought I would help to demonstrate the power of this with a practical example of [...]</description>
		<content:encoded><![CDATA[<p>[...] further to Dlibs tutorial on hooks he posted up I thought I would help to demonstrate the power of this with a practical example of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dlib</title>
		<link>http://learn.kohanaphp.com/2008/06/13/events-and-hooks-in-kohana/comment-page-1/#comment-396</link>
		<dc:creator>dlib</dc:creator>
		<pubDate>Mon, 16 Jun 2008 18:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://learn.kohanaphp.com/?p=72#comment-396</guid>
		<description>They&#039;re listed in the user guide. The post_controller is triggered in Kohana::instance() just as pre_controller and post_controller_constructor</description>
		<content:encoded><![CDATA[<p>They&#8217;re listed in the user guide. The post_controller is triggered in Kohana::instance() just as pre_controller and post_controller_constructor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lick</title>
		<link>http://learn.kohanaphp.com/2008/06/13/events-and-hooks-in-kohana/comment-page-1/#comment-395</link>
		<dc:creator>Lick</dc:creator>
		<pubDate>Mon, 16 Jun 2008 16:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://learn.kohanaphp.com/?p=72#comment-395</guid>
		<description>I&#039;m kind of lost in how the default events are triggered. If I recall correctly: ready, routing, execute, shutdown right? But when do the other events like post_controller get triggered?</description>
		<content:encoded><![CDATA[<p>I&#8217;m kind of lost in how the default events are triggered. If I recall correctly: ready, routing, execute, shutdown right? But when do the other events like post_controller get triggered?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
