<?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>Blog.hio.fr &#187; routing.yml</title>
	<atom:link href="http://blog.hio.fr/tag/routing-yml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 04:42:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PHP Symfony, fichier d&#8217;exemple routing.yml</title>
		<link>http://blog.hio.fr/2009/09/04/php-symfony-fichier-dexemple-routing-yml/</link>
		<comments>http://blog.hio.fr/2009/09/04/php-symfony-fichier-dexemple-routing-yml/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:07:38 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[routing.yml]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=447</guid>
		<description><![CDATA[<strong>routing.yml</strong>
ou ? apps/%app%/config/routing.yml]]></description>
			<content:encoded><![CDATA[<p><strong>routing.yml</strong><br />
ou ? apps/%app%/config/routing.yml</p>

<div class="wp_syntax"><div class="code"><pre class="yaml" style="font-family:monospace;"># default rules
homepage:
  url:   /
  param: { module: post, action: index }
&nbsp;
post_show:
  url:   /blog/:slug.:sf_format
  class: sfDoctrineRoute
  param: { module: post, action: show, sf_format: html }
  options:
    generate_shortest_url: false
    type: object
    model: BlogPost
    column: slug
  requirements:
    sf_method: get
&nbsp;
post_addComment:
  url: /comment/add
  class: sfRequestRoute
  param: { module: post, action: addComment }
  requirements:
    sf_method: post</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.hio.fr/2009/09/04/php-symfony-fichier-dexemple-routing-yml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
