<?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: Moving VuFind to Zend Framework 2: Part 1 &#8211; Orientation</title>
	<atom:link href="http://blog.library.villanova.edu/libtech/2012/06/20/moving-vufind-to-zend-framework-2-part-1-orientation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.library.villanova.edu/libtech/2012/06/20/moving-vufind-to-zend-framework-2-part-1-orientation/</link>
	<description>Knowledge Sharing from Falvey&#039;s Technology Team</description>
	<lastBuildDate>Thu, 14 Mar 2013 19:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: dkatz</title>
		<link>http://blog.library.villanova.edu/libtech/2012/06/20/moving-vufind-to-zend-framework-2-part-1-orientation/#comment-136</link>
		<dc:creator>dkatz</dc:creator>
		<pubDate>Mon, 14 Jan 2013 14:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.library.villanova.edu/libtech/?p=85#comment-136</guid>
		<description><![CDATA[When the module.php onBootstrap function is called, the framework has not yet determined the current controller.  This occurs during the route event, which triggers after bootstrap.  What you need to do in onBootstrap() is set up a new event which will trigger later after the information is known -- either a very late route event or a very early dispatch event.

While it is not exactly what you need, you might find it helpful to look at VuFind&#039;s Bootstrap class, which gets called through the module&#039;s onBootstrap method and sets up a number of things:

http://vufind.git.sourceforge.net/git/gitweb.cgi?p=vufind/vufind;a=blob;f=module/VuFind/src/VuFind/Bootstrap.php;h=d105e92959510a716505171efd4a27abd24bcc6e;hb=HEAD

If you have further questions, I recommend going to the ZF IRC channel:

http://www.zftalk.com/

...or trying their mailing lists:

http://framework.zend.com/archives/subscribe/

In both of these places you should find some people with more experience in using the Framework.]]></description>
		<content:encoded><![CDATA[<p>When the module.php onBootstrap function is called, the framework has not yet determined the current controller.  This occurs during the route event, which triggers after bootstrap.  What you need to do in onBootstrap() is set up a new event which will trigger later after the information is known &#8212; either a very late route event or a very early dispatch event.</p>
<p>While it is not exactly what you need, you might find it helpful to look at VuFind&#8217;s Bootstrap class, which gets called through the module&#8217;s onBootstrap method and sets up a number of things:</p>
<p><a href="http://vufind.git.sourceforge.net/git/gitweb.cgi?p=vufind/vufind;a=blob;f=module/VuFind/src/VuFind/Bootstrap.php;h=d105e92959510a716505171efd4a27abd24bcc6e;hb=HEAD" rel="nofollow">http://vufind.git.sourceforge.net/git/gitweb.cgi?p=vufind/vufind;a=blob;f=module/VuFind/src/VuFind/Bootstrap.php;h=d105e92959510a716505171efd4a27abd24bcc6e;hb=HEAD</a></p>
<p>If you have further questions, I recommend going to the ZF IRC channel:</p>
<p><a href="http://www.zftalk.com/" rel="nofollow">http://www.zftalk.com/</a></p>
<p>&#8230;or trying their mailing lists:</p>
<p><a href="http://framework.zend.com/archives/subscribe/" rel="nofollow">http://framework.zend.com/archives/subscribe/</a></p>
<p>In both of these places you should find some people with more experience in using the Framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surjit</title>
		<link>http://blog.library.villanova.edu/libtech/2012/06/20/moving-vufind-to-zend-framework-2-part-1-orientation/#comment-135</link>
		<dc:creator>Surjit</dc:creator>
		<pubDate>Sun, 13 Jan 2013 09:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.library.villanova.edu/libtech/?p=85#comment-135</guid>
		<description><![CDATA[how to get current controller name in module.php onBootstrap function]]></description>
		<content:encoded><![CDATA[<p>how to get current controller name in module.php onBootstrap function</p>
]]></content:encoded>
	</item>
</channel>
</rss>
