<?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>SymfonyLab &#187; symfony gurus</title>
	<atom:link href="http://www.symfonylab.com/category/symfony-gurus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfonylab.com</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<lastBuildDate>Tue, 10 May 2011 15:57:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Symfony and serialization</title>
		<link>http://www.symfonylab.com/symfony-and-serialization/</link>
		<comments>http://www.symfonylab.com/symfony-and-serialization/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 14:52:43 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[newbie]]></category>
		<category><![CDATA[symfony gurus]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=619</guid>
		<description><![CDATA[Interesting problem with data unserialization in symfony. So if you have stored serialized value in database and want to unserialize it (lets say it&#8217;s $obj->getText() value), you need to make sure you use special chars decode like here:

$value = htmlspecialchars_decode&#40;$obj-&#62;getText&#40;&#41;&#41;;
$data = unserialize&#40;$value&#41;;

Without actual htmlspecialchars_decode command PHP compiler will report about offset error.
]]></description>
		<wfw:commentRss>http://www.symfonylab.com/symfony-and-serialization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fatal error: Zend_Search_Lucene_Proxy</title>
		<link>http://www.symfonylab.com/fatal-error-zend_search_lucene_proxy/</link>
		<comments>http://www.symfonylab.com/fatal-error-zend_search_lucene_proxy/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 08:00:21 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[symfony gurus]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=613</guid>
		<description><![CDATA[We&#8217;ve recently faced the following error while using Lucene indexes with Symfony:
Fatal error: Ignoring exception from Zend_Search_Lucene_Proxy::__destruct() while an exception is already active
Sounded scary and some quick googling showed that the problem is serious:
http://framework.zend.com/issues/browse/ZF-1471
http://stackoverflow.com/questions/797570/zend-search-lucene-crashes-during-indexing
but eventually it turned out that it was enough to chmod 755 indexes folders to allow Zend writing there.
]]></description>
		<wfw:commentRss>http://www.symfonylab.com/fatal-error-zend_search_lucene_proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony Live 2011 Paris</title>
		<link>http://www.symfonylab.com/symfony-live-2011-paris/</link>
		<comments>http://www.symfonylab.com/symfony-live-2011-paris/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 19:34:28 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[symfony gurus]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=604</guid>
		<description><![CDATA[I can&#8217;t believe that I missed these slides from Symfony Live 2011 Paris. It&#8217;s real treasure  
There are whole bunch of great ones but first of all I was happy to look through the next ones:
Speedy App: Frontend Performance Considerations by Pierre Spring
 
RESTful avec symfony 1 et Symfony2 by Xavier Lacot

Theres a rabbit [...]]]></description>
		<wfw:commentRss>http://www.symfonylab.com/symfony-live-2011-paris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced symfony Techniques</title>
		<link>http://www.symfonylab.com/advanced-symfony-techniques/</link>
		<comments>http://www.symfonylab.com/advanced-symfony-techniques/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 17:32:09 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[symfony gurus]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=533</guid>
		<description><![CDATA[Presentation by Kris Wallsmith showed on Symfony Day 2010. Contains interesting approaches to handle routes, authentication, security:

]]></description>
		<wfw:commentRss>http://www.symfonylab.com/advanced-symfony-techniques/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spanish Symfony2</title>
		<link>http://www.symfonylab.com/spanish-symfony2/</link>
		<comments>http://www.symfonylab.com/spanish-symfony2/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 20:37:14 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[symfony gurus]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=456</guid>
		<description><![CDATA[Just decided to see if any new videos on Vimeo about symfony2 and found that user decharlas uploaded a few interesting videos but all of them in Spanish. Unfortunately, I don&#8217;t understand Spanish but as it turned out while I watch it &#8211; everything is pretty clear (thanks to code sources shown on screen during [...]]]></description>
		<wfw:commentRss>http://www.symfonylab.com/spanish-symfony2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

