<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digisource</title>
	<atom:link href="http://blog.digisource.pt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digisource.pt</link>
	<description>Digisource</description>
	<lastBuildDate>Tue, 01 May 2012 20:04:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to avoid halting script after performing redirect in Zend Framework</title>
		<link>http://blog.digisource.pt/2011/03/02/how-to-avoid-halting-script-after-performing-redirect-in-zend-framework/</link>
		<comments>http://blog.digisource.pt/2011/03/02/how-to-avoid-halting-script-after-performing-redirect-in-zend-framework/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 16:05:56 +0000</pubDate>
		<dc:creator>Samuel Gordalina</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.digisource.pt/?p=100</guid>
		<description><![CDATA[Zend Framework by default always halts the program execution after a redirect is performed. In a application environment where shutdown procedures are required, such as, Doctrine&#8217;s flush operation, where the changed values are commited to the database, can create unwanted results. The solution can be traced back to Zend_Controller_Action_Helper_Redirect class, where a $_exit property indicates [...]]]></description>
			<content:encoded><![CDATA[<p>Zend Framework by default always halts the program execution after a redirect is performed. In a application environment where shutdown procedures are required, such as, Doctrine&#8217;s flush operation, where the changed values are commited to the database, can create unwanted results.</p>
<p>The solution can be traced back to Zend_Controller_Action_Helper_Redirect class, where a <em>$_exit</em> property indicates whether the program will halt after a redirect. We can easily change this behaviour by adding the following lines to the <em>Bootstrap</em></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$redirector</span> <span style="color: #339933;">=</span> \Zend_Controller_Action_HelperBroker<span style="color: #339933;">::</span><span style="color: #004000;">getStaticHelper</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Redirector'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$redirector</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setExit</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.digisource.pt/2011/03/02/how-to-avoid-halting-script-after-performing-redirect-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feliz Ano Novo</title>
		<link>http://blog.digisource.pt/2010/12/30/feliz-ano-novo/</link>
		<comments>http://blog.digisource.pt/2010/12/30/feliz-ano-novo/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 17:01:14 +0000</pubDate>
		<dc:creator>digisource</dc:creator>
				<category><![CDATA[Digisource]]></category>

		<guid isPermaLink="false">http://localhost/dblog/?p=90</guid>
		<description><![CDATA[A Digisource tem o orgulho de apresentar o novo website para apresentação de serviços. Feliz ano novo!]]></description>
			<content:encoded><![CDATA[<p>Com a entrada do novo ano, a Digisource tem o orgulho de lançar o novo site orientado, tanto para apresentar a empresa e serviços, como componente de partilha dos desenvolvimentos internos através deste um blog.</p>
<p>Espero que partilhem do nosso entusiasmo pela partilha do conhecimento.</p>
<p>Feliz Ano Novo!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digisource.pt/2010/12/30/feliz-ano-novo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

