<?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>symfony review Archives - Belchamber Web Tools &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/symfony-review/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/symfony-review/</link>
	<description>Free Web Tools, Code Snippets, Tutorials and Conversions</description>
	<lastBuildDate>Wed, 18 Mar 2015 01:28:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Upgrading Symfony from 2.3 to 2.6 introduces few pitfalls in test run</title>
		<link>https://tools.belchamber.us/upgrading-symfony-2-3-2-6-introduces-pitfalls-test-run/</link>
					<comments>https://tools.belchamber.us/upgrading-symfony-2-3-2-6-introduces-pitfalls-test-run/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 08 Feb 2015 17:48:32 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony review]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=705</guid>

					<description><![CDATA[<p>Besides making sure your server is running PHP 5.4 or higher, after updating from Symfony 2.3 to 2.6.3, I had to roll back a few dependency packages I found were conflicting and weren&#8217;t tested and cleared to work with the newest version of Symfony.  Some of the latest compatibility requirements are found here.  The latest [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/upgrading-symfony-2-3-2-6-introduces-pitfalls-test-run/">Upgrading Symfony from 2.3 to 2.6 introduces few pitfalls in test run</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/upgrading-symfony-2-3-2-6-introduces-pitfalls-test-run/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">705</post-id>	</item>
		<item>
		<title>Setting invalid message within form types in Symfony using model transformers</title>
		<link>https://tools.belchamber.us/setting-invalid-message-within-form-types-in-symfony-using-model-transformers/</link>
					<comments>https://tools.belchamber.us/setting-invalid-message-within-form-types-in-symfony-using-model-transformers/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 25 Jul 2014 11:00:13 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony review]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=406</guid>

					<description><![CDATA[<p>In Symfony, you can set the parameter &#8220;invalid_message&#8221; in your form types. For example: class FooShortlistChoiceType extends AbstractType { protected $em; public function __construct(EntityManager $entityManager) { $this-&#62;em = $entityManager; } public function buildForm(FormBuilderInterface $builder, array $options) { $fooTransformer = new FooToStringTransformer($this-&#62;em); $builder -&#62;add('yourField', 'text', array('invalid_message' =&#62; 'Invalid message pertaining to this form field here.')) -&#62;get('yourField')-&#62;addModelTransformer($fooTransformer); [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/setting-invalid-message-within-form-types-in-symfony-using-model-transformers/">Setting invalid message within form types in Symfony using model transformers</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/setting-invalid-message-within-form-types-in-symfony-using-model-transformers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">406</post-id>	</item>
	</channel>
</rss>
