<?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>Welcome to SymfonyLab</title>
	<atom:link href="http://www.symfonylab.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.symfonylab.com</link>
	<description>Transforming Ideas into Exceptional Software Solutions</description>
	<lastBuildDate>Fri, 25 Oct 2024 21:19:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.symfonylab.com/wp-content/uploads/2020/09/cropped-39-390783_symfony-favicon-hd-png-download-32x32.jpg</url>
	<title>Welcome to SymfonyLab</title>
	<link>https://www.symfonylab.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Building Success Together: SymfonyLab’s Collaboration with Kredance</title>
		<link>https://www.symfonylab.com/building-success-together-symfonylabs-collaboration-with-kredance/</link>
					<comments>https://www.symfonylab.com/building-success-together-symfonylabs-collaboration-with-kredance/#respond</comments>
		
		<dc:creator><![CDATA[symfonian]]></dc:creator>
		<pubDate>Fri, 25 Oct 2024 21:18:01 +0000</pubDate>
				<category><![CDATA[miscellaneous]]></category>
		<guid isPermaLink="false">https://www.symfonylab.com/?p=769</guid>

					<description><![CDATA[<p>At SymfonyLab, we always strive to push the boundaries of what’s possible with software solutions. A key part of our success has been finding the right partners to support our development needs. That&#8217;s why working with Kredance, led by Myroslav Vozniak, has been such a great experience for us. Over the course of our partnership, [&#8230;]</p>
The post <a href="https://www.symfonylab.com/building-success-together-symfonylabs-collaboration-with-kredance/">Building Success Together: SymfonyLab’s Collaboration with Kredance</a> first appeared on <a href="https://www.symfonylab.com">Welcome to SymfonyLab</a>.]]></description>
		
					<wfw:commentRss>https://www.symfonylab.com/building-success-together-symfonylabs-collaboration-with-kredance/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The singleton pattern in Symfony PHP Framework</title>
		<link>https://www.symfonylab.com/the-singleton-pattern-in-symfony-php-framework/</link>
					<comments>https://www.symfonylab.com/the-singleton-pattern-in-symfony-php-framework/#respond</comments>
		
		<dc:creator><![CDATA[symfonian]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 16:31:44 +0000</pubDate>
				<category><![CDATA[pattern]]></category>
		<guid isPermaLink="false">https://www.symfonylab.com/?p=718</guid>

					<description><![CDATA[<p>The singleton pattern in Symfony is useful when we need to make sure we only have a single instance of a class for the entire request lifecycle in a web application.</p>
The post <a href="https://www.symfonylab.com/the-singleton-pattern-in-symfony-php-framework/">The singleton pattern in Symfony PHP Framework</a> first appeared on <a href="https://www.symfonylab.com">Welcome to SymfonyLab</a>.]]></description>
		
					<wfw:commentRss>https://www.symfonylab.com/the-singleton-pattern-in-symfony-php-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Services in Symfony</title>
		<link>https://www.symfonylab.com/services-in-symfony/</link>
					<comments>https://www.symfonylab.com/services-in-symfony/#respond</comments>
		
		<dc:creator><![CDATA[symfonian]]></dc:creator>
		<pubDate>Sat, 03 Oct 2020 10:53:10 +0000</pubDate>
				<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony 5]]></category>
		<guid isPermaLink="false">https://www.symfonylab.com/?p=705</guid>

					<description><![CDATA[<p>What is service? In fact, there is a rather simple idea behind this term: a service is any object that does some work. For example, it sends messages, saves data to a database, parses RSS, etc. How to use the services? Just inside the controller, add an extra argument to the method and give it [&#8230;]</p>
The post <a href="https://www.symfonylab.com/services-in-symfony/">Services in Symfony</a> first appeared on <a href="https://www.symfonylab.com">Welcome to SymfonyLab</a>.]]></description>
		
					<wfw:commentRss>https://www.symfonylab.com/services-in-symfony/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>One more time about symfony filters</title>
		<link>https://www.symfonylab.com/one-more-time-about-symfony-filters/</link>
					<comments>https://www.symfonylab.com/one-more-time-about-symfony-filters/#comments</comments>
		
		<dc:creator><![CDATA[symfonian]]></dc:creator>
		<pubDate>Fri, 06 May 2011 08:20:12 +0000</pubDate>
				<category><![CDATA[newbie]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">http://www.symfonylab.com/?p=622</guid>

					<description><![CDATA[<p>Symfony filters is powerful mechanism to perform system wide authentications, database actions, etc. One of the ways you may want to use it is system wide preExecute action. The logic of preExecute requires it to be added per module but often you may need to perform same bunch of actions for all modules. So why [&#8230;]</p>
The post <a href="https://www.symfonylab.com/one-more-time-about-symfony-filters/">One more time about symfony filters</a> first appeared on <a href="https://www.symfonylab.com">Welcome to SymfonyLab</a>.]]></description>
		
					<wfw:commentRss>https://www.symfonylab.com/one-more-time-about-symfony-filters/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Symfony and serialization</title>
		<link>https://www.symfonylab.com/symfony-and-serialization/</link>
					<comments>https://www.symfonylab.com/symfony-and-serialization/#comments</comments>
		
		<dc:creator><![CDATA[symfonian]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 14:52:43 +0000</pubDate>
				<category><![CDATA[newbie]]></category>
		<category><![CDATA[symfony gurus]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.symfonylab.com/?p=619</guid>

					<description><![CDATA[<p>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($obj->getText()); $data = unserialize($value); Without actual htmlspecialchars_decode command PHP compiler will report about offset error.</p>
The post <a href="https://www.symfonylab.com/symfony-and-serialization/">Symfony and serialization</a> first appeared on <a href="https://www.symfonylab.com">Welcome to SymfonyLab</a>.]]></description>
		
					<wfw:commentRss>https://www.symfonylab.com/symfony-and-serialization/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
