<?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 on: Symfony: returning an array from app.yml</title>
	<atom:link href="http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/</link>
	<description>Development Blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 10:31:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kaxior</title>
		<link>http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/comment-page-1/#comment-618</link>
		<dc:creator>kaxior</dc:creator>
		<pubDate>Tue, 07 Sep 2010 10:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=234#comment-618</guid>
		<description>Thanks a lot, i`ve been looking for it almost an hour ;)</description>
		<content:encoded><![CDATA[<p>Thanks a lot, i`ve been looking for it almost an hour <img src='http://stereointeractive.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sglessard</title>
		<link>http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/comment-page-1/#comment-536</link>
		<dc:creator>sglessard</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=234#comment-536</guid>
		<description>I just noticed app.yml can only have one .array declaration (to confirm):

.array
  var:
    foo: bar
    fooa: bara
  var2:
    foo2: bar2</description>
		<content:encoded><![CDATA[<p>I just noticed app.yml can only have one .array declaration (to confirm):</p>
<p>.array<br />
  var:<br />
    foo: bar<br />
    fooa: bara<br />
  var2:<br />
    foo2: bar2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/comment-page-1/#comment-513</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=234#comment-513</guid>
		<description>Yes, it&#039;s valid sintax in symfony 1.3/1.4</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s valid sintax in symfony 1.3/1.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Meves</title>
		<link>http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/comment-page-1/#comment-481</link>
		<dc:creator>Scott Meves</dc:creator>
		<pubDate>Thu, 24 Sep 2009 06:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=234#comment-481</guid>
		<description>My friend Lawrence discusses this a bit more in depth on his blog. http://www.teamlalala.com/blog/2009/09/20/how-to-get-an-array-out-of-a-yaml-file-using-symfonys-parser/</description>
		<content:encoded><![CDATA[<p>My friend Lawrence discusses this a bit more in depth on his blog. <a href="http://www.teamlalala.com/blog/2009/09/20/how-to-get-an-array-out-of-a-yaml-file-using-symfonys-parser/" rel="nofollow">http://www.teamlalala.com/blog/2009/09/20/how-to-get-an-array-out-of-a-yaml-file-using-symfonys-parser/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/comment-page-1/#comment-444</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 14 Jul 2009 01:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=234#comment-444</guid>
		<description>actually in the app.yml the &quot;dotnotation&quot; is not just a header as described in the docs and used in other areas e.g settings.yml, I just tested it now. 

It wouldnt print an array unless i included the .header
...is this a bug in the sfconfig::get function??</description>
		<content:encoded><![CDATA[<p>actually in the app.yml the &#8220;dotnotation&#8221; is not just a header as described in the docs and used in other areas e.g settings.yml, I just tested it now. </p>
<p>It wouldnt print an array unless i included the .header<br />
&#8230;is this a bug in the sfconfig::get function??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://stereointeractive.com/blog/2009/07/13/symfony-returning-an-array-from-appyml/comment-page-1/#comment-443</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Mon, 13 Jul 2009 21:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=234#comment-443</guid>
		<description>Yes, it&#039;s valid syntax so will be supported indefinitely as there would be no reason to remove it. The &quot;dot notation&quot; defines a header, and anything below that is treated as an array.

It does not need to be .array, but can be .anything, however this is purely for the yaml file, as whatever word you use is ignored when the yaml file is parsed into a php array.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s valid syntax so will be supported indefinitely as there would be no reason to remove it. The &#8220;dot notation&#8221; defines a header, and anything below that is treated as an array.</p>
<p>It does not need to be .array, but can be .anything, however this is purely for the yaml file, as whatever word you use is ignored when the yaml file is parsed into a php array.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
