<?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 for Evilprofessor.co.uk</title>
	<atom:link href="http://www.evilprofessor.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilprofessor.co.uk</link>
	<description>The website of Steven Lloyd Watkin</description>
	<lastBuildDate>Wed, 04 Jan 2012 14:02:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Creating URL in Zend Custom View Helper by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/239-creating-url-in-zend-custom-view-helper/comment-page-1/#comment-18736</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Wed, 04 Jan 2012 14:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=239#comment-18736</guid>
		<description>If you&#039;ve set up the view helper paths to include the view helper you&#039;ve created then from a view file it would be $this-&gt;linksUrl(....), if not then you&#039;d need to instantiate it manually then call $obj-&gt;linksUrl(....).</description>
		<content:encoded><![CDATA[<p>If you&#8217;ve set up the view helper paths to include the view helper you&#8217;ve created then from a view file it would be $this->linksUrl(&#8230;.), if not then you&#8217;d need to instantiate it manually then call $obj->linksUrl(&#8230;.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating URL in Zend Custom View Helper by Diving Shops Perth</title>
		<link>http://www.evilprofessor.co.uk/239-creating-url-in-zend-custom-view-helper/comment-page-1/#comment-17186</link>
		<dc:creator>Diving Shops Perth</dc:creator>
		<pubDate>Fri, 23 Dec 2011 14:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=239#comment-17186</guid>
		<description>How do i call the URL method?</description>
		<content:encoded><![CDATA[<p>How do i call the URL method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Programming Certification: Zend ZCE PHP &#124; IT Certification Master</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-17151</link>
		<dc:creator>Programming Certification: Zend ZCE PHP &#124; IT Certification Master</dc:creator>
		<pubDate>Fri, 23 Dec 2011 04:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-17151</guid>
		<description>[...] are many blog posts about ZCE preaparation: DragonBe, Evilprofessor, Lornajane, Devzone, [...]</description>
		<content:encoded><![CDATA[<p>[...] are many blog posts about ZCE preaparation: DragonBe, Evilprofessor, Lornajane, Devzone, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Render If Exists by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/349-zend-framework-render-if-exists/comment-page-1/#comment-13929</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Fri, 18 Nov 2011 20:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=349#comment-13929</guid>
		<description>Try changing the classname to &#039;RenderIfExists&#039;.

The second parameter to addHelperPath is the prefix for the view helpers, you could try passing an empty string or NULL/no argument (as you have no prefix).</description>
		<content:encoded><![CDATA[<p>Try changing the classname to &#8216;RenderIfExists&#8217;.</p>
<p>The second parameter to addHelperPath is the prefix for the view helpers, you could try passing an empty string or NULL/no argument (as you have no prefix).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Render If Exists by Tim</title>
		<link>http://www.evilprofessor.co.uk/349-zend-framework-render-if-exists/comment-page-1/#comment-13927</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 18 Nov 2011 20:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=349#comment-13927</guid>
		<description>small footnote: I must mention I have renamed the class to renderIfExists while I was testing. However the error-message did not change because of it.</description>
		<content:encoded><![CDATA[<p>small footnote: I must mention I have renamed the class to renderIfExists while I was testing. However the error-message did not change because of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Render If Exists by Tim</title>
		<link>http://www.evilprofessor.co.uk/349-zend-framework-render-if-exists/comment-page-1/#comment-13926</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 18 Nov 2011 20:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=349#comment-13926</guid>
		<description>Thanks!

However I am not getting any further. I am still having the same problem:

$view = new Zend_View(); $mypath=$this-&gt;view-&gt;getHelperPaths(); $view-&gt;addHelperPath($mypath[&#039;Login_View_Helper_&#039;][0], &#039;RenderIfExists&#039;); $this-&gt;renderIfExists(&#039;login.phtml&#039;);

Above code gives me the error: 
Message: Method &quot;renderIfExists&quot; does not exist and was not trapped in __call(). 

My path to my helper is correct. I&#039;ve checked it with echo $mypath[&#039;Login_View_Helper_&#039;][0]

Any ideas where to look for a solution?</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>However I am not getting any further. I am still having the same problem:</p>
<p>$view = new Zend_View(); $mypath=$this-&gt;view-&gt;getHelperPaths(); $view-&gt;addHelperPath($mypath['Login_View_Helper_'][0], &#8216;RenderIfExists&#8217;); $this-&gt;renderIfExists(&#8216;login.phtml&#8217;);</p>
<p>Above code gives me the error:<br />
Message: Method &#8220;renderIfExists&#8221; does not exist and was not trapped in __call(). </p>
<p>My path to my helper is correct. I&#8217;ve checked it with echo $mypath['Login_View_Helper_'][0]</p>
<p>Any ideas where to look for a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Render If Exists by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/349-zend-framework-render-if-exists/comment-page-1/#comment-13909</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=349#comment-13909</guid>
		<description>Providing you&#039;ve kept the same name then you&#039;ll need to tell Zend_View the additional view helper path, e.g.

$view = new Zend_View();
$view-&gt;addHelperPath(&#039;Path/To/Helper&#039;, &#039;Pro_View_Helper&#039;);

If you are using full ZF MVC then you can add additional lines of config to your application.ini:

resources.view.helperPath.Pro_View_Helper = &quot;Path/To/Helpers&quot;</description>
		<content:encoded><![CDATA[<p>Providing you&#8217;ve kept the same name then you&#8217;ll need to tell Zend_View the additional view helper path, e.g.</p>
<p>$view = new Zend_View();<br />
$view->addHelperPath(&#8216;Path/To/Helper&#8217;, &#8216;Pro_View_Helper&#8217;);</p>
<p>If you are using full ZF MVC then you can add additional lines of config to your application.ini:</p>
<p>resources.view.helperPath.Pro_View_Helper = &#8220;Path/To/Helpers&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Render If Exists by Tim</title>
		<link>http://www.evilprofessor.co.uk/349-zend-framework-render-if-exists/comment-page-1/#comment-13907</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 18 Nov 2011 13:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=349#comment-13907</guid>
		<description>Thanks for this article.

How can I implement this into Zend? I can&#039;t get it to work. I placed the file in my /library directory but I am keep getting an error:
Message: Method &quot;renderIfExists&quot; does not exist and was not trapped in __call() 

What do I need to do to finally get it to work? 

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Thanks for this article.</p>
<p>How can I implement this into Zend? I can&#8217;t get it to work. I placed the file in my /library directory but I am keep getting an error:<br />
Message: Method &#8220;renderIfExists&#8221; does not exist and was not trapped in __call() </p>
<p>What do I need to do to finally get it to work? </p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doctrine: DATETIME default NOW() by Daniel</title>
		<link>http://www.evilprofessor.co.uk/222-doctrine-datetime-default-now/comment-page-1/#comment-13392</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 07 Nov 2011 10:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=222#comment-13392</guid>
		<description>Thank You !</description>
		<content:encoded><![CDATA[<p>Thank You !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-9837</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Thu, 04 Aug 2011 09:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-9837</guid>
		<description>Glad you&#039;ve got it working. Your solution makes complete sense.

With the implementation I used I&#039;d simply filter the navigation tree to the module I was in which meant that you only get the relevant pages. Navigation set up something like:

- Master link
-- Admin module
---- Index
---- etc
-- Public module (default)
---- Index
---- etc

So only displaying links from &#039;admin module&#039; down in my admin module hides links I don&#039;t want the user to see.</description>
		<content:encoded><![CDATA[<p>Glad you&#8217;ve got it working. Your solution makes complete sense.</p>
<p>With the implementation I used I&#8217;d simply filter the navigation tree to the module I was in which meant that you only get the relevant pages. Navigation set up something like:</p>
<p>- Master link<br />
&#8211; Admin module<br />
&#8212;- Index<br />
&#8212;- etc<br />
&#8211; Public module (default)<br />
&#8212;- Index<br />
&#8212;- etc</p>
<p>So only displaying links from &#8216;admin module&#8217; down in my admin module hides links I don&#8217;t want the user to see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by Ben Crosthwaite</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-9834</link>
		<dc:creator>Ben Crosthwaite</dc:creator>
		<pubDate>Thu, 04 Aug 2011 09:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-9834</guid>
		<description>Hey Steven,

Thanks for replying.  I actually got my module based navigation working by modifying your solution above. I cant thank you enough, i was struggling on this issue for around 2 days.  

I have actually implemented an ACL system but when on the admin side of my system I do not want any of the main navigation to be visible, but still have access to the main side of the system. In my head module based navigation was the way forward, it just seemed a cleaner approach.

Regards,
-Ben</description>
		<content:encoded><![CDATA[<p>Hey Steven,</p>
<p>Thanks for replying.  I actually got my module based navigation working by modifying your solution above. I cant thank you enough, i was struggling on this issue for around 2 days.  </p>
<p>I have actually implemented an ACL system but when on the admin side of my system I do not want any of the main navigation to be visible, but still have access to the main side of the system. In my head module based navigation was the way forward, it just seemed a cleaner approach.</p>
<p>Regards,<br />
-Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-9832</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Thu, 04 Aug 2011 08:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-9832</guid>
		<description>Definitely, although you could also implement ACLs to do the same thing and have one large cached navigation configuration rather than one per module.</description>
		<content:encoded><![CDATA[<p>Definitely, although you could also implement ACLs to do the same thing and have one large cached navigation configuration rather than one per module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by Ben Crosthwaite</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-9802</link>
		<dc:creator>Ben Crosthwaite</dc:creator>
		<pubDate>Wed, 03 Aug 2011 21:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-9802</guid>
		<description>Hi, 

This was really helpful, thanks.  At the moment i am having real trouble implementing a module specific navigation plugin.  Could this solution for layouts be applied to navigation?

-Ben</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This was really helpful, thanks.  At the moment i am having real trouble implementing a module specific navigation plugin.  Could this solution for layouts be applied to navigation?</p>
<p>-Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr and Yahoo!: Forgotten Login Details by Nosisa</title>
		<link>http://www.evilprofessor.co.uk/93-flickr-and-yahoo-forgotten-login-details/comment-page-1/#comment-9766</link>
		<dc:creator>Nosisa</dc:creator>
		<pubDate>Wed, 03 Aug 2011 03:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=93#comment-9766</guid>
		<description>may u plz remind me of my login details in my yahoo account</description>
		<content:encoded><![CDATA[<p>may u plz remind me of my login details in my yahoo account</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Route requests for sitemap.xml to custom controller/action by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/231-route-requests-for-sitemap-xml-to-custom-controlleraction/comment-page-1/#comment-7751</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Tue, 17 May 2011 20:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=231#comment-7751</guid>
		<description>It would seem that you&#039;re missing a couple of entries, try updating your routes to match:

resources.router.routes.sitemap.type = &quot;Zend_Controller_Router_Route_Static&quot;
resources.router.routes.sitemap.route                = &quot;sitemap.xml&quot;
resources.router.routes.sitemap.controller  = &quot;index&quot;
resources.router.routes.sitemap.action      = &quot;sitemap&quot;
resources.router.routes.sitemap.defaults.module = &quot;www&quot;
resources.router.routes.sitemap.defaults.controller  = &quot;index&quot;
resources.router.routes.sitemap.defaults.action      = &quot;sitemap&quot;
resources.router.routes.sitemap.defaults.route       = &quot;www-index&quot;</description>
		<content:encoded><![CDATA[<p>It would seem that you&#8217;re missing a couple of entries, try updating your routes to match:</p>
<p>resources.router.routes.sitemap.type = &#8220;Zend_Controller_Router_Route_Static&#8221;<br />
resources.router.routes.sitemap.route                = &#8220;sitemap.xml&#8221;<br />
resources.router.routes.sitemap.controller  = &#8220;index&#8221;<br />
resources.router.routes.sitemap.action      = &#8220;sitemap&#8221;<br />
resources.router.routes.sitemap.defaults.module = &#8220;www&#8221;<br />
resources.router.routes.sitemap.defaults.controller  = &#8220;index&#8221;<br />
resources.router.routes.sitemap.defaults.action      = &#8220;sitemap&#8221;<br />
resources.router.routes.sitemap.defaults.route       = &#8220;www-index&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Route requests for sitemap.xml to custom controller/action by Walter</title>
		<link>http://www.evilprofessor.co.uk/231-route-requests-for-sitemap-xml-to-custom-controlleraction/comment-page-1/#comment-7729</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Tue, 17 May 2011 00:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=231#comment-7729</guid>
		<description>I have serious problems, I can&#039;t resolve it :(

I have router.ini

resources.router.routes.sitemap.type = “Zend_Controller_Router_Route”
resources.router.routes.sitemap.route = “sitemap.xml”
resources.router.routes.sitemap.defaults.controller = index
resources.router.routes.sitemap.defaults.action = sitemap

and bootstrap.php

	protected function _initRouter()
	{
		$frontController = Zend_Controller_Front::getInstance();
		$config = new Zend_Config_Ini(APPLICATION_PATH . &#039;/config/router.ini&#039;);
		$router = $frontController-&gt;getRouter();
		$router-&gt;addConfig($config, &#039;router&#039;);
        }

and I receive this error:

Exception information:

Message: Invalid controller specified (sitemap.xml)

Request Parameters:

array (
  &#039;controller&#039; =&gt; &#039;sitemap.xml&#039;,
  &#039;action&#039; =&gt; &#039;index&#039;,
  &#039;module&#039; =&gt; &#039;default&#039;,
)</description>
		<content:encoded><![CDATA[<p>I have serious problems, I can&#8217;t resolve it :(</p>
<p>I have router.ini</p>
<p>resources.router.routes.sitemap.type = “Zend_Controller_Router_Route”<br />
resources.router.routes.sitemap.route = “sitemap.xml”<br />
resources.router.routes.sitemap.defaults.controller = index<br />
resources.router.routes.sitemap.defaults.action = sitemap</p>
<p>and bootstrap.php</p>
<p>	protected function _initRouter()<br />
	{<br />
		$frontController = Zend_Controller_Front::getInstance();<br />
		$config = new Zend_Config_Ini(APPLICATION_PATH . &#8216;/config/router.ini&#8217;);<br />
		$router = $frontController-&gt;getRouter();<br />
		$router-&gt;addConfig($config, &#8216;router&#8217;);<br />
        }</p>
<p>and I receive this error:</p>
<p>Exception information:</p>
<p>Message: Invalid controller specified (sitemap.xml)</p>
<p>Request Parameters:</p>
<p>array (<br />
  &#8216;controller&#8217; =&gt; &#8216;sitemap.xml&#8217;,<br />
  &#8216;action&#8217; =&gt; &#8216;index&#8217;,<br />
  &#8216;module&#8217; =&gt; &#8216;default&#8217;,<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically add pages to Zend_Navigation container at runtime by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/236-dynamically-add-pages-to-zend_navigation-container-at-runtime/comment-page-1/#comment-7714</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Mon, 16 May 2011 12:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=236#comment-7714</guid>
		<description>Ensure your module model is named correctly &lt;Module&gt;_News (for example) and it should pick up using autoloading.</description>
		<content:encoded><![CDATA[<p>Ensure your module model is named correctly <module>_News (for example) and it should pick up using autoloading.</module></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically add pages to Zend_Navigation container at runtime by A387</title>
		<link>http://www.evilprofessor.co.uk/236-dynamically-add-pages-to-zend_navigation-container-at-runtime/comment-page-1/#comment-7713</link>
		<dc:creator>A387</dc:creator>
		<pubDate>Mon, 16 May 2011 12:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=236#comment-7713</guid>
		<description>Well I use modules, my bad. But you suggest autoloading should work? Well, I&#039;ve to dig into it a bit deeper. At the moment I use the addPage function in the BaseControllers, which is not really performance friendly...hehe. Thanks for your reply.</description>
		<content:encoded><![CDATA[<p>Well I use modules, my bad. But you suggest autoloading should work? Well, I&#8217;ve to dig into it a bit deeper. At the moment I use the addPage function in the BaseControllers, which is not really performance friendly&#8230;hehe. Thanks for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically add pages to Zend_Navigation container at runtime by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/236-dynamically-add-pages-to-zend_navigation-container-at-runtime/comment-page-1/#comment-7711</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Mon, 16 May 2011 11:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=236#comment-7711</guid>
		<description>My model was edited for the post, its correct name in the code is Pro_News and is picked up by the autoloader.

Guessing you’re not using modules? But if so your model should be called _News for ZF to pick up by default (I don’t use this system myself).

I’d suggest checking the include path from your bootstrap method to see if it contains “application/models” or include the file manually.</description>
		<content:encoded><![CDATA[<p>My model was edited for the post, its correct name in the code is Pro_News and is picked up by the autoloader.</p>
<p>Guessing you’re not using modules? But if so your model should be called _News for ZF to pick up by default (I don’t use this system myself).</p>
<p>I’d suggest checking the include path from your bootstrap method to see if it contains “application/models” or include the file manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically add pages to Zend_Navigation container at runtime by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/236-dynamically-add-pages-to-zend_navigation-container-at-runtime/comment-page-1/#comment-7710</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Mon, 16 May 2011 11:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=236#comment-7710</guid>
		<description>My model was edited for the post, its correct name in the code is Pro_News and is picked up by the autoloader.

Guessing you&#039;re not using modules? But if so your model should be called &lt;Module&gt;_News for ZF to pick up by default (I don&#039;t use this system myself).

I&#039;d suggest checking the include path from your bootstrap method to see if it contains &quot;application/models&quot; or include the file manually.</description>
		<content:encoded><![CDATA[<p>My model was edited for the post, its correct name in the code is Pro_News and is picked up by the autoloader.</p>
<p>Guessing you&#8217;re not using modules? But if so your model should be called <module>_News for ZF to pick up by default (I don&#8217;t use this system myself).</p>
<p>I&#8217;d suggest checking the include path from your bootstrap method to see if it contains &#8220;application/models&#8221; or include the file manually.</module></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically add pages to Zend_Navigation container at runtime by A387</title>
		<link>http://www.evilprofessor.co.uk/236-dynamically-add-pages-to-zend_navigation-container-at-runtime/comment-page-1/#comment-7709</link>
		<dc:creator>A387</dc:creator>
		<pubDate>Mon, 16 May 2011 11:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=236#comment-7709</guid>
		<description>Nice post! I&#039;ve some trouble initiating a model class in the bootstrap. Any clue why application/model classes are not available from the bootstrap? Your class is called &#039;new News()&#039;, instead I&#039;d like to add the navigation pages by getting a navigation tree from a model class. If you have an idea, please let me know! ;)</description>
		<content:encoded><![CDATA[<p>Nice post! I&#8217;ve some trouble initiating a model class in the bootstrap. Any clue why application/model classes are not available from the bootstrap? Your class is called &#8216;new News()&#8217;, instead I&#8217;d like to add the navigation pages by getting a navigation tree from a model class. If you have an idea, please let me know! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Barry Hughes</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-7162</link>
		<dc:creator>Barry Hughes</dc:creator>
		<pubDate>Mon, 25 Apr 2011 14:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-7162</guid>
		<description>It&#039;s a thorough examination and a bit like you Steven it made me stop and take a good look at the language and especially at features I don&#039;t normally use.

I think it can be too easy to stay in your comfort zone in terms of using what you know, especially when you are under pressure of deadlines. The 5.3 exam certainly forces you to look at some of those areas you might otherwise avoid.

I wouldn&#039;t hesitate to recommend ZCE (PHP 5.3) certification to anyone.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a thorough examination and a bit like you Steven it made me stop and take a good look at the language and especially at features I don&#8217;t normally use.</p>
<p>I think it can be too easy to stay in your comfort zone in terms of using what you know, especially when you are under pressure of deadlines. The 5.3 exam certainly forces you to look at some of those areas you might otherwise avoid.</p>
<p>I wouldn&#8217;t hesitate to recommend ZCE (PHP 5.3) certification to anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Sign in with Twitter&#8221; using Zend Framework by Evilprofessor.co.uk &#187; Oauth / Twitter Auth Adapter for Zend Framework</title>
		<link>http://www.evilprofessor.co.uk/359-sign-in-with-twitter-using-zend-framework/comment-page-1/#comment-7113</link>
		<dc:creator>Evilprofessor.co.uk &#187; Oauth / Twitter Auth Adapter for Zend Framework</dc:creator>
		<pubDate>Sat, 23 Apr 2011 15:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=359#comment-7113</guid>
		<description>[...] been doing this with Twitter&#8217;s service and you can see a quick piece on that here &#8211; Sign in with Twitter using Zend Framework. I&#8217;m using my implementation where I set the &#8220;Authorize URL&#8221; as I don&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] been doing this with Twitter&#8217;s service and you can see a quick piece on that here &#8211; Sign in with Twitter using Zend Framework. I&#8217;m using my implementation where I set the &#8220;Authorize URL&#8221; as I don&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-6100</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Thu, 17 Mar 2011 00:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-6100</guid>
		<description>I think this could easily be achieved usign the above pattern. Firstly, create options in your ini file along the files of:

moduleName.db.user = &#039;&#039;
moduleName.db.password = &#039;&#039;
moduleName2.db.user = &#039;&#039;
...etc...

Then simply generate your database connection as you see fit (Zend_Db::factory() or similar) and stash it away in the registry or set it as the default adapter if using Zend_Db_Table (Zend_Db_Table::setDefaultAdapter()).</description>
		<content:encoded><![CDATA[<p>I think this could easily be achieved usign the above pattern. Firstly, create options in your ini file along the files of:</p>
<p>moduleName.db.user = &#8221;<br />
moduleName.db.password = &#8221;<br />
moduleName2.db.user = &#8221;<br />
&#8230;etc&#8230;</p>
<p>Then simply generate your database connection as you see fit (Zend_Db::factory() or similar) and stash it away in the registry or set it as the default adapter if using Zend_Db_Table (Zend_Db_Table::setDefaultAdapter()).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by shashi kanth</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-5991</link>
		<dc:creator>shashi kanth</dc:creator>
		<pubDate>Sat, 12 Mar 2011 12:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-5991</guid>
		<description>Hi, iam confused with setting up module specific database settings... does anyone have an idea?</description>
		<content:encoded><![CDATA[<p>Hi, iam confused with setting up module specific database settings&#8230; does anyone have an idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by Tonldan</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-5510</link>
		<dc:creator>Tonldan</dc:creator>
		<pubDate>Sun, 20 Feb 2011 15:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-5510</guid>
		<description>Can you please send me a mail. I really like your design.</description>
		<content:encoded><![CDATA[<p>Can you please send me a mail. I really like your design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Fundamentals &#8211; Review by Stefan</title>
		<link>http://www.evilprofessor.co.uk/117-zend-framework-fundamentals-review/comment-page-1/#comment-5070</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 02 Feb 2011 13:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=117#comment-5070</guid>
		<description>Cheers for this, it was the impression I got from reading the outline that there wasnt much that I would learn, but like you say its good to have the chance to put the record straight on a few Zend points. After reading this i might, just read through the books again, and go straight for the advanced one and maybe the security one, and use this time to clarify any doubts i might have... Thanks for the blog chief!</description>
		<content:encoded><![CDATA[<p>Cheers for this, it was the impression I got from reading the outline that there wasnt much that I would learn, but like you say its good to have the chance to put the record straight on a few Zend points. After reading this i might, just read through the books again, and go straight for the advanced one and maybe the security one, and use this time to clarify any doubts i might have&#8230; Thanks for the blog chief!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Passing the PHP 5.3 ZCE exam at Sjoerd Maessen blog</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-4086</link>
		<dc:creator>Passing the PHP 5.3 ZCE exam at Sjoerd Maessen blog</dc:creator>
		<pubDate>Thu, 30 Dec 2010 14:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-4086</guid>
		<description>[...] Michelangelo van Dam (DragonBe) about his preparation, thanks for the heads up! Steven Lloyd Watkin about his experience with the new exam Lorna Jane her preparation, also check out her other great articles about the new PHP 5.3 features! [...]</description>
		<content:encoded><![CDATA[<p>[...] Michelangelo van Dam (DragonBe) about his preparation, thanks for the heads up! Steven Lloyd Watkin about his experience with the new exam Lorna Jane her preparation, also check out her other great articles about the new PHP 5.3 features! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by des vaughan</title>
		<link>http://www.evilprofessor.co.uk/about/comment-page-1/#comment-4065</link>
		<dc:creator>des vaughan</dc:creator>
		<pubDate>Wed, 29 Dec 2010 18:26:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-4065</guid>
		<description>lloyd watkin please can you contact me on xxxxx i am in need of some help i done last years scuba santa but need help with a project you may be interested in des</description>
		<content:encoded><![CDATA[<p>lloyd watkin please can you contact me on xxxxx i am in need of some help i done last years scuba santa but need help with a project you may be interested in des</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically add pages to Zend_Navigation container at runtime by Mr Man</title>
		<link>http://www.evilprofessor.co.uk/236-dynamically-add-pages-to-zend_navigation-container-at-runtime/comment-page-1/#comment-2414</link>
		<dc:creator>Mr Man</dc:creator>
		<pubDate>Sun, 07 Nov 2010 11:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=236#comment-2414</guid>
		<description>That&#039;s just what i was looking for - thanks for a really clear example. Cheers. G</description>
		<content:encoded><![CDATA[<p>That&#8217;s just what i was looking for &#8211; thanks for a really clear example. Cheers. G</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Current Diving Gear by Seasons</title>
		<link>http://www.evilprofessor.co.uk/scuba-diving/current-diving-equipment/comment-page-1/#comment-2245</link>
		<dc:creator>Seasons</dc:creator>
		<pubDate>Sat, 30 Oct 2010 08:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/scuba-diving/current-diving-equipment/#comment-2245</guid>
		<description>Maybe you should change the page subject title Evilprofessor.co.uk  &#187; Current Diving Gear to  more generic for your content you make. I liked the post nevertheless.</description>
		<content:encoded><![CDATA[<p>Maybe you should change the page subject title Evilprofessor.co.uk  &raquo; Current Diving Gear to  more generic for your content you make. I liked the post nevertheless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-1788</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Fri, 01 Oct 2010 08:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-1788</guid>
		<description>@Russell, thanks for pointing that out, must read back through posts more carefully, thanks!</description>
		<content:encoded><![CDATA[<p>@Russell, thanks for pointing that out, must read back through posts more carefully, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Evilprofessor.co.uk » Zend Certified Engineer (ZCE) 5.3 &#124; Programming Blog Imagik.org</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-1783</link>
		<dc:creator>Evilprofessor.co.uk » Zend Certified Engineer (ZCE) 5.3 &#124; Programming Blog Imagik.org</dc:creator>
		<pubDate>Fri, 01 Oct 2010 00:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-1783</guid>
		<description>[...] Evilprofessor.co.uk » Zend Certified Engineer (ZCE) 5.3      No [...]</description>
		<content:encoded><![CDATA[<p>[...] Evilprofessor.co.uk » Zend Certified Engineer (ZCE) 5.3      No [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Russell Jolly</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-1781</link>
		<dc:creator>Russell Jolly</dc:creator>
		<pubDate>Thu, 30 Sep 2010 23:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-1781</guid>
		<description>FYI. A little issue (...but I this...).

FROM: http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/

The exam itself follows the description of the previous exams. I was slightly worried about questions covering the new 5.3 features but I this was unfounded,...</description>
		<content:encoded><![CDATA[<p>FYI. A little issue (&#8230;but I this&#8230;).</p>
<p>FROM: <a href="http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/" rel="nofollow">http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/</a></p>
<p>The exam itself follows the description of the previous exams. I was slightly worried about questions covering the new 5.3 features but I this was unfounded,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Rhodri Morris</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-1780</link>
		<dc:creator>Rhodri Morris</dc:creator>
		<pubDate>Thu, 30 Sep 2010 22:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-1780</guid>
		<description>My experience of the beta was much the same - I wasn&#039;t terribly confident and almost didn&#039;t believe the email either!

I definitely found the process worthwhile. Brushing up on aspects of php/related technologies that I wouldn&#039;t necessarily need very often, as well as learning why certain things work the way they do has certainly improved my programming I feel.</description>
		<content:encoded><![CDATA[<p>My experience of the beta was much the same &#8211; I wasn&#8217;t terribly confident and almost didn&#8217;t believe the email either!</p>
<p>I definitely found the process worthwhile. Brushing up on aspects of php/related technologies that I wouldn&#8217;t necessarily need very often, as well as learning why certain things work the way they do has certainly improved my programming I feel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Certified Engineer (ZCE) 5.3 by Tweets that mention Evilprofessor.co.uk » Zend Certified Engineer (ZCE) 5.3 -- Topsy.com</title>
		<link>http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/comment-page-1/#comment-1775</link>
		<dc:creator>Tweets that mention Evilprofessor.co.uk » Zend Certified Engineer (ZCE) 5.3 -- Topsy.com</dc:creator>
		<pubDate>Thu, 30 Sep 2010 21:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=334#comment-1775</guid>
		<description>[...] This post was mentioned on Twitter by Juozas Kaziukenas and Martin Richard, Steven Lloyd Watkin. Steven Lloyd Watkin said: With its official release,my impressions of #zce #php 5.3 examination http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Juozas Kaziukenas and Martin Richard, Steven Lloyd Watkin. Steven Lloyd Watkin said: With its official release,my impressions of #zce #php 5.3 examination <a href="http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/" rel="nofollow">http://www.evilprofessor.co.uk/334-zend-certified-engineer-zce-5-3/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doctrine: DATETIME default NOW() by FV</title>
		<link>http://www.evilprofessor.co.uk/222-doctrine-datetime-default-now/comment-page-1/#comment-1558</link>
		<dc:creator>FV</dc:creator>
		<pubDate>Mon, 13 Sep 2010 23:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=222#comment-1558</guid>
		<description>Notice that SQL DEFAULT does not work the same as Timestampable. See 
http://stackoverflow.com/questions/2938655/how-to-define-current-timestamp-in-yaml-with-doctrine/3705090#3705090</description>
		<content:encoded><![CDATA[<p>Notice that SQL DEFAULT does not work the same as Timestampable. See<br />
<a href="http://stackoverflow.com/questions/2938655/how-to-define-current-timestamp-in-yaml-with-doctrine/3705090#3705090" rel="nofollow">http://stackoverflow.com/questions/2938655/how-to-define-current-timestamp-in-yaml-with-doctrine/3705090#3705090</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Body Tag View Helper by Evilprofessor.co.uk » Zend Framework Body Tag View Helper &#124; Neorack Tutorials</title>
		<link>http://www.evilprofessor.co.uk/311-zend-framework-body-tag-view-helper/comment-page-1/#comment-1144</link>
		<dc:creator>Evilprofessor.co.uk » Zend Framework Body Tag View Helper &#124; Neorack Tutorials</dc:creator>
		<pubDate>Sun, 22 Aug 2010 03:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=311#comment-1144</guid>
		<description>[...] more from the original source: Evilprofessor.co.uk » Zend Framework Body Tag View Helper   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] more from the original source: Evilprofessor.co.uk » Zend Framework Body Tag View Helper   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Body Tag View Helper by Evilprofessor.co.uk » Zend Framework Body Tag View Helper &#124; Programming Blog Imagik.org</title>
		<link>http://www.evilprofessor.co.uk/311-zend-framework-body-tag-view-helper/comment-page-1/#comment-1141</link>
		<dc:creator>Evilprofessor.co.uk » Zend Framework Body Tag View Helper &#124; Programming Blog Imagik.org</dc:creator>
		<pubDate>Sat, 21 Aug 2010 23:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=311#comment-1141</guid>
		<description>[...] the original here: Evilprofessor.co.uk » Zend Framework Body Tag View Helper      No [...]</description>
		<content:encoded><![CDATA[<p>[...] the original here: Evilprofessor.co.uk » Zend Framework Body Tag View Helper      No [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Body Tag View Helper by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/311-zend-framework-body-tag-view-helper/comment-page-1/#comment-1140</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Sat, 21 Aug 2010 23:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=311#comment-1140</guid>
		<description>My automagic linker has caused on issue in the code for XML so please ignore that issue :)</description>
		<content:encoded><![CDATA[<p>My automagic linker has caused on issue in the code for XML so please ignore that issue :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Start Symfony DI (Dependency Injection) Tutorial by Heard in the Community (2010.08.15)</title>
		<link>http://www.evilprofessor.co.uk/264-quick-start-symfony-di-dependency-injection-tutorial/comment-page-1/#comment-1055</link>
		<dc:creator>Heard in the Community (2010.08.15)</dc:creator>
		<pubDate>Sun, 15 Aug 2010 17:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=264#comment-1055</guid>
		<description>[...] letting you use DI in your project in an easy way. Steven Lloyd Watkin spend his time on writing a quick start tutorial.It&#039;s worth to mention that Symfony DI Container is a standalone library available as a Symfony [...]</description>
		<content:encoded><![CDATA[<p>[...] letting you use DI in your project in an easy way. Steven Lloyd Watkin spend his time on writing a quick start tutorial.It&#039;s worth to mention that Symfony DI Container is a standalone library available as a Symfony [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Start Symfony DI (Dependency Injection) Tutorial by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/264-quick-start-symfony-di-dependency-injection-tutorial/comment-page-1/#comment-1050</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Sun, 15 Aug 2010 10:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=264#comment-1050</guid>
		<description>No, classes are only loaded when they are first required.

In the getInstance() example the class is instantiated like:
$class = Class::getInstance();
Rather than:
$class = new Class();
Generally this is used when implementing the singleton pattern.</description>
		<content:encoded><![CDATA[<p>No, classes are only loaded when they are first required.</p>
<p>In the getInstance() example the class is instantiated like:<br />
$class = Class::getInstance();<br />
Rather than:<br />
$class = new Class();<br />
Generally this is used when implementing the singleton pattern.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Start Symfony DI (Dependency Injection) Tutorial by Hari K T</title>
		<link>http://www.evilprofessor.co.uk/264-quick-start-symfony-di-dependency-injection-tutorial/comment-page-1/#comment-1045</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Sun, 15 Aug 2010 02:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=264#comment-1045</guid>
		<description>Great article.
I have a doubt now . When bootstrapping we are loading the yaml configuration files . So does that create objects for all , which we don&#039;t need ?
For eg : I have a class Something which is used only sometimes. So does it creates an object or is it smart enough to load via autoload functions when I am calling getInstance() method . I didn&#039;t get that , ie why .

Thanks</description>
		<content:encoded><![CDATA[<p>Great article.<br />
I have a doubt now . When bootstrapping we are loading the yaml configuration files . So does that create objects for all , which we don&#8217;t need ?<br />
For eg : I have a class Something which is used only sometimes. So does it creates an object or is it smart enough to load via autoload functions when I am calling getInstance() method . I didn&#8217;t get that , ie why .</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Start Symfony DI (Dependency Injection) Tutorial by Tweets that mention Evilprofessor.co.uk » Quick Start Symfony DI (Dependency Injection) Tutorial -- Topsy.com</title>
		<link>http://www.evilprofessor.co.uk/264-quick-start-symfony-di-dependency-injection-tutorial/comment-page-1/#comment-1040</link>
		<dc:creator>Tweets that mention Evilprofessor.co.uk » Quick Start Symfony DI (Dependency Injection) Tutorial -- Topsy.com</dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=264#comment-1040</guid>
		<description>[...] This post was mentioned on Twitter by Vincent Jousse, Steven Lloyd Watkin. Steven Lloyd Watkin said: http://bit.ly/cUO2ov Quick start for #symfony dependency injection framework #php #zf [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Vincent Jousse, Steven Lloyd Watkin. Steven Lloyd Watkin said: <a href="http://bit.ly/cUO2ov" rel="nofollow">http://bit.ly/cUO2ov</a> Quick start for #symfony dependency injection framework #php #zf [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naked Zend_Layout and Zend_View by Andy</title>
		<link>http://www.evilprofessor.co.uk/269-naked-zend_layout-and-zend_view/comment-page-1/#comment-1003</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 11 Aug 2010 14:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=269#comment-1003</guid>
		<description>Well written and most informative, thanks!</description>
		<content:encoded><![CDATA[<p>Well written and most informative, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doctrine: DATETIME default NOW() by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/222-doctrine-datetime-default-now/comment-page-1/#comment-995</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Tue, 10 Aug 2010 22:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=222#comment-995</guid>
		<description>Thanks for pointing that out, its been corrected in live code, but obviously not here :)</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out, its been corrected in live code, but obviously not here :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by Windboy</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-942</link>
		<dc:creator>Windboy</dc:creator>
		<pubDate>Fri, 06 Aug 2010 01:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-942</guid>
		<description>Dear steven
Thank you very much for your wonderful lecture, but I cannot download the &quot;Simulating SPIRE using IDL&quot;, Could you send it to me? Thanks in advance.
Email:lhfsemail@gmail.com</description>
		<content:encoded><![CDATA[<p>Dear steven<br />
Thank you very much for your wonderful lecture, but I cannot download the &#8220;Simulating SPIRE using IDL&#8221;, Could you send it to me? Thanks in advance.<br />
Email:lhfsemail@gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doctrine: DATETIME default NOW() by Brady</title>
		<link>http://www.evilprofessor.co.uk/222-doctrine-datetime-default-now/comment-page-1/#comment-906</link>
		<dc:creator>Brady</dc:creator>
		<pubDate>Mon, 02 Aug 2010 02:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=222#comment-906</guid>
		<description>I think you want format: Y-m-d H:i:s</description>
		<content:encoded><![CDATA[<p>I think you want format: Y-m-d H:i:s</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Megan</title>
		<link>http://www.evilprofessor.co.uk/about/comment-page-1/#comment-861</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Mon, 26 Jul 2010 19:33:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-861</guid>
		<description>I think an update is required here :) xxx</description>
		<content:encoded><![CDATA[<p>I think an update is required here :) xxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 3 by Download Digsby</title>
		<link>http://www.evilprofessor.co.uk/129-office-grid-computing-using-virtual-environments-part-3/comment-page-1/#comment-680</link>
		<dc:creator>Download Digsby</dc:creator>
		<pubDate>Tue, 22 Jun 2010 04:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=129#comment-680</guid>
		<description>You are a Really Experienced Blogger, You either have quality understanding of what your talking about or you did some fantastic research. Thanks for this excellent post.</description>
		<content:encoded><![CDATA[<p>You are a Really Experienced Blogger, You either have quality understanding of what your talking about or you did some fantastic research. Thanks for this excellent post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-653</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-653</guid>
		<description>Hi Behrang, create the action helper with whichever name you like, I have my own ‘library’ with namespace ‘Pro’. You could just as easily call the class ‘SetLayoutPath’ and put it where ever you like, provided the code can find it and you extend the required classes</description>
		<content:encoded><![CDATA[<p>Hi Behrang, create the action helper with whichever name you like, I have my own ‘library’ with namespace ‘Pro’. You could just as easily call the class ‘SetLayoutPath’ and put it where ever you like, provided the code can find it and you extend the required classes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per Module Layout Settings &#8211; Follow Up by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/242-zend-framework-per-module-layout-settings-follow-up/comment-page-1/#comment-652</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=242#comment-652</guid>
		<description>Hi Behrang, create the action helper with whichever name you like, I have my own &#039;library&#039; with namespace &#039;Pro&#039;. You could just as easily call the class &#039;SetLayoutPath&#039; and put it where ever you like, provided the code can find it and you extend the required classes</description>
		<content:encoded><![CDATA[<p>Hi Behrang, create the action helper with whichever name you like, I have my own &#8216;library&#8217; with namespace &#8216;Pro&#8217;. You could just as easily call the class &#8216;SetLayoutPath&#8217; and put it where ever you like, provided the code can find it and you extend the required classes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doctrine: DATETIME default NOW() by Misael</title>
		<link>http://www.evilprofessor.co.uk/222-doctrine-datetime-default-now/comment-page-1/#comment-594</link>
		<dc:creator>Misael</dc:creator>
		<pubDate>Mon, 31 May 2010 23:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=222#comment-594</guid>
		<description>Thank you very much for your work.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per Module Layout Settings &#8211; Follow Up by Behrang</title>
		<link>http://www.evilprofessor.co.uk/242-zend-framework-per-module-layout-settings-follow-up/comment-page-1/#comment-576</link>
		<dc:creator>Behrang</dc:creator>
		<pubDate>Sat, 29 May 2010 06:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=242#comment-576</guid>
		<description>Hi, please tell me where to create class Pro_Controller_Action_Helper_SetLayoutPath with which file name 
I&#039;m newbie in zend.
thanks</description>
		<content:encoded><![CDATA[<p>Hi, please tell me where to create class Pro_Controller_Action_Helper_SetLayoutPath with which file name<br />
I&#8217;m newbie in zend.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Per-Module based settings by Behrang</title>
		<link>http://www.evilprofessor.co.uk/227-zend-framework-per-module-based-settings/comment-page-1/#comment-570</link>
		<dc:creator>Behrang</dc:creator>
		<pubDate>Thu, 27 May 2010 07:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=227#comment-570</guid>
		<description>Hi first thanks for your helpful tutorial but tell me where I create action helper with witch file name?
behrang</description>
		<content:encoded><![CDATA[<p>Hi first thanks for your helpful tutorial but tell me where I create action helper with witch file name?<br />
behrang</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 5 by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/131-office-grid-computing-using-virtual-environments-part-5/comment-page-1/#comment-547</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Wed, 19 May 2010 21:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=131#comment-547</guid>
		<description>See twitter on the right hand side of each page. Thanks!</description>
		<content:encoded><![CDATA[<p>See twitter on the right hand side of each page. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 5 by Roland Gorychka</title>
		<link>http://www.evilprofessor.co.uk/131-office-grid-computing-using-virtual-environments-part-5/comment-page-1/#comment-542</link>
		<dc:creator>Roland Gorychka</dc:creator>
		<pubDate>Tue, 18 May 2010 13:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=131#comment-542</guid>
		<description>Howdy there,Great article dude! i am Tired of using RSS feeds and do you use twitter?so i can follow you there:D. 
PS:Do you considered putting video to your blog to keep the readers more enjoyed?I think it works., Roland Gorychka</description>
		<content:encoded><![CDATA[<p>Howdy there,Great article dude! i am Tired of using RSS feeds and do you use twitter?so i can follow you there:D.<br />
PS:Do you considered putting video to your blog to keep the readers more enjoyed?I think it works., Roland Gorychka</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Current Diving Gear by LED TV</title>
		<link>http://www.evilprofessor.co.uk/scuba-diving/current-diving-equipment/comment-page-1/#comment-499</link>
		<dc:creator>LED TV</dc:creator>
		<pubDate>Fri, 23 Apr 2010 05:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/scuba-diving/current-diving-equipment/#comment-499</guid>
		<description>Hi, I can’t understand how to add your site in my rss reader. Can you Help me, please :)</description>
		<content:encoded><![CDATA[<p>Hi, I can’t understand how to add your site in my rss reader. Can you Help me, please :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by H. Azari</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-485</link>
		<dc:creator>H. Azari</dc:creator>
		<pubDate>Tue, 13 Apr 2010 06:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-485</guid>
		<description>dear steven
I found your lecture so usefull, but i can&#039;t see pictures or find the pdf.
would you please help me what i shoud do?
sincerely yours</description>
		<content:encoded><![CDATA[<p>dear steven<br />
I found your lecture so usefull, but i can&#8217;t see pictures or find the pdf.<br />
would you please help me what i shoud do?<br />
sincerely yours</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-482</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Mon, 12 Apr 2010 10:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-482</guid>
		<description>Images and PDF restored, sorry for the problems</description>
		<content:encoded><![CDATA[<p>Images and PDF restored, sorry for the problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-481</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Mon, 12 Apr 2010 10:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-481</guid>
		<description>Theme is linked at the bottom of this page (in the footer).</description>
		<content:encoded><![CDATA[<p>Theme is linked at the bottom of this page (in the footer).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by bedstead</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-473</link>
		<dc:creator>bedstead</dc:creator>
		<pubDate>Thu, 01 Apr 2010 23:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-473</guid>
		<description>Not that I want to copy your website, but I truly love the look. Could you tell me which theme are you using? Or was it custom made?</description>
		<content:encoded><![CDATA[<p>Not that I want to copy your website, but I truly love the look. Could you tell me which theme are you using? Or was it custom made?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Design Patterns &#8211; Observer Pattern by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/211-php-design-patterns-observer-pattern/comment-page-1/#comment-470</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Thu, 01 Apr 2010 18:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=211#comment-470</guid>
		<description>Its fedora 11 with KDE applied. Glasslooks theme I believe.</description>
		<content:encoded><![CDATA[<p>Its fedora 11 with KDE applied. Glasslooks theme I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Design Patterns &#8211; Observer Pattern by Vow</title>
		<link>http://www.evilprofessor.co.uk/211-php-design-patterns-observer-pattern/comment-page-1/#comment-457</link>
		<dc:creator>Vow</dc:creator>
		<pubDate>Tue, 30 Mar 2010 10:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=211#comment-457</guid>
		<description>Hello,
Can you tell me what is the system in the picture?
Fedora 12?
What is the theme?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Can you tell me what is the system in the picture?<br />
Fedora 12?<br />
What is the theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Design Patterns &#8211; Observer Pattern by Vow</title>
		<link>http://www.evilprofessor.co.uk/211-php-design-patterns-observer-pattern/comment-page-1/#comment-456</link>
		<dc:creator>Vow</dc:creator>
		<pubDate>Tue, 30 Mar 2010 10:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=211#comment-456</guid>
		<description>Hello,
First,My english is very poor,then
Can you tell me what is the system in the picture?
fedora 12?
What is the theme?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
First,My english is very poor,then<br />
Can you tell me what is the system in the picture?<br />
fedora 12?<br />
What is the theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by jiku</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-427</link>
		<dc:creator>jiku</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-427</guid>
		<description>I found yr lucture it&#039;s very useful for my research part because I don&#039;t know anything about bolometer. But I still have problem to see the picture in your webpage. What should I do? I try to download your pdf.file but it does not work also. 
Please do not hesitate to give some suggestion. My e-mail : jiku_jung9@hotmail.com</description>
		<content:encoded><![CDATA[<p>I found yr lucture it&#8217;s very useful for my research part because I don&#8217;t know anything about bolometer. But I still have problem to see the picture in your webpage. What should I do? I try to download your pdf.file but it does not work also.<br />
Please do not hesitate to give some suggestion. My e-mail : <a href="mailto:jiku_jung9@hotmail.com">jiku_jung9@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 2 by Hydrolyze</title>
		<link>http://www.evilprofessor.co.uk/125-utilising-office-computers-for-batch-processing-using-virtual-environments-part-2/comment-page-1/#comment-381</link>
		<dc:creator>Hydrolyze</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=125#comment-381</guid>
		<description>Heya! Good concept, but might this really do the job?</description>
		<content:encoded><![CDATA[<p>Heya! Good concept, but might this really do the job?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating URL in Zend Custom View Helper by Ryan Mauger</title>
		<link>http://www.evilprofessor.co.uk/239-creating-url-in-zend-custom-view-helper/comment-page-1/#comment-347</link>
		<dc:creator>Ryan Mauger</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=239#comment-347</guid>
		<description>You know you could have just used the view object available by extending Zend_View_Helper_Abstract to call the existing url helper, rather than creating a new one.
Just use $this-&gt;view-&gt;url(...);</description>
		<content:encoded><![CDATA[<p>You know you could have just used the view object available by extending Zend_View_Helper_Abstract to call the existing url helper, rather than creating a new one.<br />
Just use $this-&gt;view-&gt;url(&#8230;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Fundamentals &#8211; Review by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/117-zend-framework-fundamentals-review/comment-page-1/#comment-346</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=117#comment-346</guid>
		<description>Sorry to hear about the problems with the design, I get the same with Opera on Fedora 11, although FF is handling it fine. If I get a chance I&#039;ll look at updating the design once again.</description>
		<content:encoded><![CDATA[<p>Sorry to hear about the problems with the design, I get the same with Opera on Fedora 11, although FF is handling it fine. If I get a chance I&#8217;ll look at updating the design once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Fundamentals &#8211; Review by Anonymous</title>
		<link>http://www.evilprofessor.co.uk/117-zend-framework-fundamentals-review/comment-page-1/#comment-344</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 28 Jan 2010 17:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=117#comment-344</guid>
		<description>Hey I just wanted to let you know, I really like the piece of writing on your website. But I am employing Firefox on a machine running version 8.x of Crashbang Ubuntu and the design aren&#039;t quite satisfying. Not a big deal, I can still basically read the articles and search for info, but just wanted to inform you about that. The navigation bar is kind of tough to apply with the config I&#039;m running. Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Hey I just wanted to let you know, I really like the piece of writing on your website. But I am employing Firefox on a machine running version 8.x of Crashbang Ubuntu and the design aren&#8217;t quite satisfying. Not a big deal, I can still basically read the articles and search for info, but just wanted to inform you about that. The navigation bar is kind of tough to apply with the config I&#8217;m running. Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doctrine: DATETIME default NOW() by Thomas Coleman</title>
		<link>http://www.evilprofessor.co.uk/222-doctrine-datetime-default-now/comment-page-1/#comment-307</link>
		<dc:creator>Thomas Coleman</dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=222#comment-307</guid>
		<description>That worked a treat for me :D thanks for that, i had seen something like this when looking at doctrine examples but when i actually wanted to do it i could not find anything about it hehe.</description>
		<content:encoded><![CDATA[<p>That worked a treat for me :D thanks for that, i had seen something like this when looking at doctrine examples but when i actually wanted to do it i could not find anything about it hehe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Route requests for sitemap.xml to custom controller/action by Evilprofessor.co.uk &#187; Blog Archive &#187; Dynamically add pages to Zend_Navigation container at runtime</title>
		<link>http://www.evilprofessor.co.uk/231-route-requests-for-sitemap-xml-to-custom-controlleraction/comment-page-1/#comment-289</link>
		<dc:creator>Evilprofessor.co.uk &#187; Blog Archive &#187; Dynamically add pages to Zend_Navigation container at runtime</dc:creator>
		<pubDate>Thu, 07 Jan 2010 22:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=231#comment-289</guid>
		<description>[...] a continuation on my last post about Zend_Navigation, Route requests for sitemap.xml to custom controller/action, this post is about dymnamically adding pages to a Zend_Navigation container at runtime/script [...]</description>
		<content:encoded><![CDATA[<p>[...] a continuation on my last post about Zend_Navigation, Route requests for sitemap.xml to custom controller/action, this post is about dymnamically adding pages to a Zend_Navigation container at runtime/script [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Route requests for sitemap.xml to custom controller/action by Steven Lloyd Watkin</title>
		<link>http://www.evilprofessor.co.uk/231-route-requests-for-sitemap-xml-to-custom-controlleraction/comment-page-1/#comment-288</link>
		<dc:creator>Steven Lloyd Watkin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=231#comment-288</guid>
		<description>One thing I forgot to mention is that you&#039;ll also need to specify your standard route for your sitemap, otherwise all URLs will point to /sitemap.xml if you use Zend_Navigation_Page_Mvc (if you&#039;re supplying URIs there won&#039;t be a problem).

For example my latest project uses the following routing:

; ==============================
;  Resource Routing
; ==============================
resources.router.routes.www.type = &quot;Zend_Controller_Router_Route_Hostname&quot;
resources.router.routes.www.route = &quot;:module.example.com&quot;
resources.router.routes.www.defaults.module = &quot;default&quot;
resources.router.routes.www.chains.index.type = &quot;Zend_Controller_Router_Route&quot;
resources.router.routes.www.chains.index.route = &quot;:controller/:action/*&quot;
resources.router.routes.www.chains.index.defaults.controller = &quot;index&quot;
resources.router.routes.www.chains.index.defaults.action     = &quot;index&quot;
resources.router.routes.sitemap.type = &quot;Zend_Controller_Router_Route&quot;
resources.router.routes.sitemap.route                = &quot;sitemap.xml&quot;
resources.router.routes.sitemap.defaults.controller  = index
resources.router.routes.sitemap.defaults.action      = sitemap

Therefore in my navigation.xml (or whatever config you decide to use), you&#039;ll need to specify the routing to use, e.g.

default.pro.pages.aboutUs.label = &quot;Company profile&quot;
default.pro.pages.aboutUs.module = &quot;www&quot;
default.pro.pages.aboutUs.controller = &quot;about-us&quot;
default.pro.pages.aboutUs.action = &quot;index&quot;
default.pro.pages.aboutUs.resource = &quot;www_pages&quot;
default.pro.pages.aboutUs.route = &quot;www-index&quot;</description>
		<content:encoded><![CDATA[<p>One thing I forgot to mention is that you&#8217;ll also need to specify your standard route for your sitemap, otherwise all URLs will point to /sitemap.xml if you use Zend_Navigation_Page_Mvc (if you&#8217;re supplying URIs there won&#8217;t be a problem).</p>
<p>For example my latest project uses the following routing:</p>
<p>; ==============================<br />
;  Resource Routing<br />
; ==============================<br />
resources.router.routes.www.type = &#8220;Zend_Controller_Router_Route_Hostname&#8221;<br />
resources.router.routes.www.route = &#8220;:module.example.com&#8221;<br />
resources.router.routes.www.defaults.module = &#8220;default&#8221;<br />
resources.router.routes.www.chains.index.type = &#8220;Zend_Controller_Router_Route&#8221;<br />
resources.router.routes.www.chains.index.route = &#8220;:controller/:action/*&#8221;<br />
resources.router.routes.www.chains.index.defaults.controller = &#8220;index&#8221;<br />
resources.router.routes.www.chains.index.defaults.action     = &#8220;index&#8221;<br />
resources.router.routes.sitemap.type = &#8220;Zend_Controller_Router_Route&#8221;<br />
resources.router.routes.sitemap.route                = &#8220;sitemap.xml&#8221;<br />
resources.router.routes.sitemap.defaults.controller  = index<br />
resources.router.routes.sitemap.defaults.action      = sitemap</p>
<p>Therefore in my navigation.xml (or whatever config you decide to use), you&#8217;ll need to specify the routing to use, e.g.</p>
<p>default.pro.pages.aboutUs.label = &#8220;Company profile&#8221;<br />
default.pro.pages.aboutUs.module = &#8220;www&#8221;<br />
default.pro.pages.aboutUs.controller = &#8220;about-us&#8221;<br />
default.pro.pages.aboutUs.action = &#8220;index&#8221;<br />
default.pro.pages.aboutUs.resource = &#8220;www_pages&#8221;<br />
default.pro.pages.aboutUs.route = &#8220;www-index&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Darren Bryce</title>
		<link>http://www.evilprofessor.co.uk/about/comment-page-1/#comment-278</link>
		<dc:creator>Darren Bryce</dc:creator>
		<pubDate>Wed, 30 Dec 2009 22:26:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-278</guid>
		<description>Hi Lloyd,

Can you give me a call when you get 5 minutes please.

Darren</description>
		<content:encoded><![CDATA[<p>Hi Lloyd,</p>
<p>Can you give me a call when you get 5 minutes please.</p>
<p>Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 4 by Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 5</title>
		<link>http://www.evilprofessor.co.uk/130-office-grid-computing-using-virtual-environments-part-4/comment-page-1/#comment-263</link>
		<dc:creator>Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 5</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=130#comment-263</guid>
		<description>[...] Part 4 we looked at using tools to ensure that we&#8217;re running the latest version of the code and data [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 4 we looked at using tools to ensure that we&#8217;re running the latest version of the code and data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 5 by Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 4</title>
		<link>http://www.evilprofessor.co.uk/131-office-grid-computing-using-virtual-environments-part-5/comment-page-1/#comment-262</link>
		<dc:creator>Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 4</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=131#comment-262</guid>
		<description>[...] the final part of this series, aptly named Part 5 , we&#8217;ll discuss deploying this system for. I&#8217;ll summarise what has been learned and [...]</description>
		<content:encoded><![CDATA[<p>[...] the final part of this series, aptly named Part 5 , we&#8217;ll discuss deploying this system for. I&#8217;ll summarise what has been learned and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 3 by Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 4</title>
		<link>http://www.evilprofessor.co.uk/129-office-grid-computing-using-virtual-environments-part-3/comment-page-1/#comment-261</link>
		<dc:creator>Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 4</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=129#comment-261</guid>
		<description>[...] part 3 we created our virtual processing machine and set up windows machines to become idle-time [...]</description>
		<content:encoded><![CDATA[<p>[...] part 3 we created our virtual processing machine and set up windows machines to become idle-time [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 4 by Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 3</title>
		<link>http://www.evilprofessor.co.uk/130-office-grid-computing-using-virtual-environments-part-4/comment-page-1/#comment-260</link>
		<dc:creator>Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 3</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=130#comment-260</guid>
		<description>[...] Office Grid Computing using Virtual environments &#8211; Part 4  [...]</description>
		<content:encoded><![CDATA[<p>[...] Office Grid Computing using Virtual environments &#8211; Part 4  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 3 by Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 2</title>
		<link>http://www.evilprofessor.co.uk/129-office-grid-computing-using-virtual-environments-part-3/comment-page-1/#comment-259</link>
		<dc:creator>Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 2</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=129#comment-259</guid>
		<description>[...] part 3 we&#8217;ll create our virtual processing machine and set up our windows machines to become [...]</description>
		<content:encoded><![CDATA[<p>[...] part 3 we&#8217;ll create our virtual processing machine and set up our windows machines to become [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Office Grid Computing using Virtual environments &#8211; Part 1 by Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 2</title>
		<link>http://www.evilprofessor.co.uk/122-utilising-office-computers-for-batch-processing-using-virtual-environments-part-1/comment-page-1/#comment-258</link>
		<dc:creator>Evilprofessor.co.uk &#187; Office Grid Computing using Virtual environments &#8211; Part 2</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/?p=122#comment-258</guid>
		<description>[...] Part 1 I gave an overview of the system and technologies I will be using as well as discussed some of the [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 1 I gave an overview of the system and technologies I will be using as well as discussed some of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by Nightshade</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-163</link>
		<dc:creator>Nightshade</dc:creator>
		<pubDate>Fri, 31 Jul 2009 11:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-163</guid>
		<description>I found your lecture most helpful in developing an understanding of bolometer parameters and characteristics. I am a 4th semester student of electrical engineering and am currently engaged in a project involving microbolometer. In this regard i will be greteful if you can post relevant literature.</description>
		<content:encoded><![CDATA[<p>I found your lecture most helpful in developing an understanding of bolometer parameters and characteristics. I am a 4th semester student of electrical engineering and am currently engaged in a project involving microbolometer. In this regard i will be greteful if you can post relevant literature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by John</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-133</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 18 Apr 2009 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-133</guid>
		<description>Well done Steven.  Something very important to remember is that everyone needs a good introductory reference to understand the basics before pursuing advanced specialty topics based on the foundation of the basics.  An understanding of the basics is enough for most people to be successful.  
Your webpage is an excellent introductory reference.  If your career path leads you to research more of the advanced subtleties of bolometers and you eventually publish, please retain and publish this present body of work as well to serve as the introductory material for the first-timers.  I agree with Ki.  Your webpage on bolometer theory is a good read.
J</description>
		<content:encoded><![CDATA[<p>Well done Steven.  Something very important to remember is that everyone needs a good introductory reference to understand the basics before pursuing advanced specialty topics based on the foundation of the basics.  An understanding of the basics is enough for most people to be successful.<br />
Your webpage is an excellent introductory reference.  If your career path leads you to research more of the advanced subtleties of bolometers and you eventually publish, please retain and publish this present body of work as well to serve as the introductory material for the first-timers.  I agree with Ki.  Your webpage on bolometer theory is a good read.<br />
J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merthyr Mawr Christmas Pudding Challenge 10k 2007 by Scuba Santas 2008 - Page 13 - YD Scuba Diving Forums</title>
		<link>http://www.evilprofessor.co.uk/46-merthyr-mawr-christmas-pudding-challenge-10k-2007/comment-page-1/#comment-122</link>
		<dc:creator>Scuba Santas 2008 - Page 13 - YD Scuba Diving Forums</dc:creator>
		<pubDate>Thu, 16 Oct 2008 13:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/2007/12/16/merthyr-mawr-christmas-pudding-challenge-10k-2007/#comment-122</guid>
		<description>[...] my neck is finally getting sorted so I&#039;ve entered a couple of races around christmas (one is my fav Evilprofessor.co.uk </description>
		<content:encoded><![CDATA[<p>[...] my neck is finally getting sorted so I&#8217;ve entered a couple of races around christmas (one is my fav Evilprofessor.co.uk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merthyr Mawr Christmas Pudding Challenge 10k 2007 by Scuba Santas 2008 - YD Scuba Diving Forums</title>
		<link>http://www.evilprofessor.co.uk/46-merthyr-mawr-christmas-pudding-challenge-10k-2007/comment-page-1/#comment-115</link>
		<dc:creator>Scuba Santas 2008 - YD Scuba Diving Forums</dc:creator>
		<pubDate>Fri, 05 Sep 2008 10:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/2007/12/16/merthyr-mawr-christmas-pudding-challenge-10k-2007/#comment-115</guid>
		<description>[...] into running as my neck is finally getting sorted so I&#039;ve entered a couple of races (one is my fav Evilprofessor.co.uk </description>
		<content:encoded><![CDATA[<p>[...] into running as my neck is finally getting sorted so I&#8217;ve entered a couple of races (one is my fav Evilprofessor.co.uk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diving Rheola Lakes, Glynneath by (Another) Rheola Lakes, Glynneath, South Wales - YD Scuba Diving Forums</title>
		<link>http://www.evilprofessor.co.uk/72-diving-rheola-lakes-glynneath/comment-page-1/#comment-98</link>
		<dc:creator>(Another) Rheola Lakes, Glynneath, South Wales - YD Scuba Diving Forums</dc:creator>
		<pubDate>Mon, 04 Aug 2008 09:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/2008/08/02/diving-rheola-lakes-glynneath/#comment-98</guid>
		<description>[...] Rheola Lakes, Glynneath, South Wales   Version with pictures on my website: Evilprofessor.co.uk </description>
		<content:encoded><![CDATA[<p>[...] Rheola Lakes, Glynneath, South Wales   Version with pictures on my website: Evilprofessor.co.uk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Santa Dives &#8211; Vobster Quay 2007 by Scuba Santa - 22 December 2007 - Vobster Quay - Page 2 - YD Dive Forums &#38; Scuba Community</title>
		<link>http://www.evilprofessor.co.uk/63-santa-dives-vobster-quay-2007/comment-page-1/#comment-43</link>
		<dc:creator>Scuba Santa - 22 December 2007 - Vobster Quay - Page 2 - YD Dive Forums &#38; Scuba Community</dc:creator>
		<pubDate>Sun, 23 Dec 2007 19:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/2007/12/22/santa-dives-vobster-quay-2007/#comment-43</guid>
		<description>[...] was no shrinkage of santa hats due to the cold water   My trip report is posted on my website: Evilprofessor.co.uk </description>
		<content:encoded><![CDATA[<p>[...] was no shrinkage of santa hats due to the cold water   My trip report is posted on my website: Evilprofessor.co.uk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cardiff Half Marathon 2007 by Evilprofessor.co.uk &#187; Blog Archive &#187; Tour of Torfaen Half Marathon</title>
		<link>http://www.evilprofessor.co.uk/40-cardiff-half-marathon-2007/comment-page-1/#comment-26</link>
		<dc:creator>Evilprofessor.co.uk &#187; Blog Archive &#187; Tour of Torfaen Half Marathon</dc:creator>
		<pubDate>Mon, 29 Oct 2007 11:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/2007/10/14/cardiff-half-marathon-2007/#comment-26</guid>
		<description>[...] am I doing? I&#8217;ve been in bed all week with a bad cold, I&#8217;ve managed one run since the Cardiff Half where I pulled my left calf, and now I&#8217;m stood out in the freezing driving rain about to run [...]</description>
		<content:encoded><![CDATA[<p>[...] am I doing? I&#8217;ve been in bed all week with a bad cold, I&#8217;ve managed one run since the Cardiff Half where I pulled my left calf, and now I&#8217;m stood out in the freezing driving rain about to run [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BUPA Great Wales Run 2007 by Evilprofessor.co.uk &#187; Blog Archive &#187; Cardiff Half Marathon 2007</title>
		<link>http://www.evilprofessor.co.uk/27-bupa-great-wales-run-2007/comment-page-1/#comment-20</link>
		<dc:creator>Evilprofessor.co.uk &#187; Blog Archive &#187; Cardiff Half Marathon 2007</dc:creator>
		<pubDate>Mon, 15 Oct 2007 11:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/2007/07/29/bupa-great-wales-run-2007/#comment-20</guid>
		<description>[...] wasn&#8217;t as nervous for this race as I was for the Great Wales Run, maybe it&#8217;s because I was better prepared, not as well prepared, or just plain stupid! Either [...]</description>
		<content:encoded><![CDATA[<p>[...] wasn&#8217;t as nervous for this race as I was for the Great Wales Run, maybe it&#8217;s because I was better prepared, not as well prepared, or just plain stupid! Either [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bolometer Theory by Ki Toy Johnson Pic</title>
		<link>http://www.evilprofessor.co.uk/bolometer-theory/comment-page-1/#comment-15</link>
		<dc:creator>Ki Toy Johnson Pic</dc:creator>
		<pubDate>Sun, 30 Sep 2007 14:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/bolometer-theory/#comment-15</guid>
		<description>&lt;strong&gt;Ki Toy Johnson Pic...&lt;/strong&gt;

I Googled for something completely different, but found your page...and have to say thanks. nice read....</description>
		<content:encoded><![CDATA[<p><strong>Ki Toy Johnson Pic&#8230;</strong></p>
<p>I Googled for something completely different, but found your page&#8230;and have to say thanks. nice read&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diving Plymouth on Endeavour by Diving Plymouth on Endeavour 7-8th July 2007 - YD Dive Forums &#38; Scuba Community</title>
		<link>http://www.evilprofessor.co.uk/26-diving-plymouth-on-endeavour/comment-page-1/#comment-3</link>
		<dc:creator>Diving Plymouth on Endeavour 7-8th July 2007 - YD Dive Forums &#38; Scuba Community</dc:creator>
		<pubDate>Mon, 09 Jul 2007 10:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.evilprofessor.co.uk/2007/07/09/diving-plymouth-on-endeavour/#comment-3</guid>
		<description>[...] version of events  An excellent weekends diving.  Lloyd  PS Annoted version on my website too at Evilprofessor.co.uk </description>
		<content:encoded><![CDATA[<p>[...] version of events  An excellent weekends diving.  Lloyd  PS Annoted version on my website too at Evilprofessor.co.uk</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
