<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog sur Symfony</title>
	<atom:link href="http://gilsrc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gilsrc.wordpress.com</link>
	<description>Partage de connaissances et développement autour de Symfony</description>
	<lastBuildDate>Mon, 28 Nov 2011 19:40:49 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gilsrc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Blog sur Symfony</title>
		<link>http://gilsrc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gilsrc.wordpress.com/osd.xml" title="Blog sur Symfony" />
	<atom:link rel='hub' href='http://gilsrc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Liens vers Tutoriels Symfony2</title>
		<link>http://gilsrc.wordpress.com/2011/08/20/tutoriels-symfony2/</link>
		<comments>http://gilsrc.wordpress.com/2011/08/20/tutoriels-symfony2/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 12:21:40 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=392</guid>
		<description><![CDATA[J&#8217;ai rajouté une catégorie où j&#8217;indiquerai des liens vers des tutoriels pour Symfony2! C&#8217;est toujours pratique de les partager ! En bas à droite du menu sur le site Filed under: Symfony2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=392&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2011/08/20/tutoriels-symfony2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>
	</item>
		<item>
		<title>Un PreExecute pour votre Controller via des Listeners</title>
		<link>http://gilsrc.wordpress.com/2011/06/10/un-preexecute-pour-votre-controller-via-des-listeners/</link>
		<comments>http://gilsrc.wordpress.com/2011/06/10/un-preexecute-pour-votre-controller-via-des-listeners/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 16:39:28 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[dependency injection container]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Listener]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=363</guid>
		<description><![CDATA[Voici une petite aide pour créer un PreExecute de votre Controller. Qu&#8217;est-ce que ça veut dire ? Avant d’exécuter votre Controller, vous voudriez faire quelque chose ! C&#8217;est possible, grâce aux Events! Maj: Source sur Github Un event, évènement, repose sur le pattern Observateur. Exemple: Quelqu&#8217;un fait quelque chose, tous ceux qui l&#8217;observent sont immédiatement [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=363&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2011/06/10/un-preexecute-pour-votre-controller-via-des-listeners/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2011/06/strategiediagramme.jpg" medium="image">
			<media:title type="html">strategiediagramme</media:title>
		</media:content>
	</item>
		<item>
		<title>Encore de la pagination, paginator de chez knplabs (et Zend!)</title>
		<link>http://gilsrc.wordpress.com/2011/05/12/encore-de-la-pagination-paginator-de-chez-knplabs-et-zend/</link>
		<comments>http://gilsrc.wordpress.com/2011/05/12/encore-de-la-pagination-paginator-de-chez-knplabs-et-zend/#comments</comments>
		<pubDate>Thu, 12 May 2011 16:09:45 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Doctrine2]]></category>
		<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[Pagination]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=336</guid>
		<description><![CDATA[Dans l&#8217;article précédent je vous présentais pagerFantaBundle, un système de pagination simple d&#8217;utilisation et performant. Aujourd&#8217;hui on va utiliser et comparer le Bundle paginatorBundle. La principale différence, si on peut dire, est l&#8217;utilisation de la librairie Paginator de chez ZendFramework. La seconde différence c&#8217;est que si on utilise ORM les requêtes seront optimisées, ce qui [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=336&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2011/05/12/encore-de-la-pagination-paginator-de-chez-knplabs-et-zend/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>
	</item>
		<item>
		<title>Pagination avec Symfony2 et PagerFanta !</title>
		<link>http://gilsrc.wordpress.com/2011/05/11/321/</link>
		<comments>http://gilsrc.wordpress.com/2011/05/11/321/#comments</comments>
		<pubDate>Wed, 11 May 2011 23:27:10 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Doctrine2]]></category>
		<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[Bundle]]></category>
		<category><![CDATA[Pagination]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=321</guid>
		<description><![CDATA[Symfony2 Beta1 est sorti depuis quelques semaines, tout va bien ! Alors que je me demandais comment fonctionnait un Bundle je constate qu&#8217;il utilise un Pager! Oh, de la pagination! Voilà un sujet intéressant ! Alors le but n&#8217;est pas de vous expliquer en profondeur comment va fonctionner le pager, la classe est tellement simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=321&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2011/05/11/321/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>
	</item>
		<item>
		<title>A venir</title>
		<link>http://gilsrc.wordpress.com/2011/03/28/a-venir/</link>
		<comments>http://gilsrc.wordpress.com/2011/03/28/a-venir/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 18:54:56 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=312</guid>
		<description><![CDATA[Symfony2 continu sa course, on en est à la PR8 et tout va bien pour le moment ! Le temps j&#8217;essaie d&#8217;approfondir mes connaissances sur le sujet, la doc commence à être accessible et compréhensible, et les exemples fournies aident aussi. J&#8217;ai discuté un peu avec mes canards, d&#8217;après eux ils aimeraient bien avoir accès [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=312&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2011/03/28/a-venir/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>
	</item>
		<item>
		<title>Quelques nouvelles de Symfony2</title>
		<link>http://gilsrc.wordpress.com/2011/02/12/test/</link>
		<comments>http://gilsrc.wordpress.com/2011/02/12/test/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 18:09:58 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[Doctrine2]]></category>
		<category><![CDATA[Syfmony2]]></category>

		<guid isPermaLink="false">https://gilsrc.wordpress.com/?p=303</guid>
		<description><![CDATA[La conférence à San Francisco s&#8217;est achevée et les seules, si on peut dire, informations que j&#8217;ai simplement trouvées se trouvent sur le blog de Symfony. Les diaporamas sont intéressants, je vous invite à les consulter (en anglais) : Le premier est un petit historique de Symfony. Un autre sur les Tests Unitaires. Le CMS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=303&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2011/02/12/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>
	</item>
		<item>
		<title>Nos canards découvrent Symfony2 &#8211; ! PR3 ! article plus à jour !</title>
		<link>http://gilsrc.wordpress.com/2010/09/18/nos-canards-decouvrent-symfony2/</link>
		<comments>http://gilsrc.wordpress.com/2010/09/18/nos-canards-decouvrent-symfony2/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 15:00:33 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Doctrine2]]></category>
		<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[Twig]]></category>
		<category><![CDATA[Syfmony2]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=283</guid>
		<description><![CDATA[Oh, cela faisait un petit moment que je ne vous avais rien écris ! Il faut dire que j&#8217;ai été occupé ces derniers temps, fin de vacances, reprises des cours etc&#8230;Et puis F.Potencier nous sort la version PR3 de Symfony2 alors, autant vous dire que j&#8217;ai aussi passé quelques temps à apprendre la bête ! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=283&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2010/09/18/nos-canards-decouvrent-symfony2/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/09/hellotwig2.png" medium="image">
			<media:title type="html">hellotwig</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/09/finale.png" medium="image">
			<media:title type="html">finale</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/09/editmare.png" medium="image">
			<media:title type="html">editmare</media:title>
		</media:content>
	</item>
		<item>
		<title>Prendre un Café nous sert un petit code bien utile pour manipuler l&#8217;objet user</title>
		<link>http://gilsrc.wordpress.com/2010/09/02/prendre-un-cafe-nous-sert-un-petit-code-bien-utile-pour-manipuler-lobjet-user/</link>
		<comments>http://gilsrc.wordpress.com/2010/09/02/prendre-un-cafe-nous-sert-un-petit-code-bien-utile-pour-manipuler-lobjet-user/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 11:02:17 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Astuces]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Formulaire]]></category>
		<category><![CDATA[sfEvent]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=280</guid>
		<description><![CDATA[Trouvé grâce au canal IRC Symfony-fr, je vous fais partager un lien fort bien utile pour rendre global l&#8217;utilisation de l&#8217;objet user dans vos formulaires. Le principe se base sur le fait qu&#8217;il y a une classe dans votre dossier form, BaseForm, que tous vos formulaires vont étendre. Dans cette classe, on va y stocker [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=280&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2010/09/02/prendre-un-cafe-nous-sert-un-petit-code-bien-utile-pour-manipuler-lobjet-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>
	</item>
		<item>
		<title>Etape 7.2: Mise en place de sfForkedDoctrineApplyPlugin</title>
		<link>http://gilsrc.wordpress.com/2010/08/31/etape-7-2-mise-en-place-de-sfforkeddoctrineapplyplugin/</link>
		<comments>http://gilsrc.wordpress.com/2010/08/31/etape-7-2-mise-en-place-de-sfforkeddoctrineapplyplugin/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 12:04:16 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Canards]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[sfDoctrineGuardPlugin]]></category>
		<category><![CDATA[sfForkedDoctrineApplyPlugin]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=261</guid>
		<description><![CDATA[Comme je le disais dans l&#8217;étape 7.0, sfForkedDoctrineApplyPlugin (FDA), va nous permettre de gérer l&#8217;inscription et la confirmation d&#8217;utilisateur par e-mail. Le tout se basant sur DoctrineGuard (DG). Installation Téléchargez et installez le plugin. Ensuite lancez une migration: ./symfony doctrine:generate-migrations-diff Une migration vous permet d&#8217;enregistrer dans un fichier les modifications que vous avez effectuées dans [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=261&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2010/08/31/etape-7-2-mise-en-place-de-sfforkeddoctrineapplyplugin/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/edit1.png" medium="image">
			<media:title type="html">edit</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/inscription1.png" medium="image">
			<media:title type="html">inscription</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/message.png" medium="image">
			<media:title type="html">message</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/verifmail1.png" medium="image">
			<media:title type="html">verifmail</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/reussi.png" medium="image">
			<media:title type="html">reussi</media:title>
		</media:content>
	</item>
		<item>
		<title>Etape 7.1: Implémentation de DoctrineGuard</title>
		<link>http://gilsrc.wordpress.com/2010/08/30/etape-7-1-implementation-de-doctrineguard/</link>
		<comments>http://gilsrc.wordpress.com/2010/08/30/etape-7-1-implementation-de-doctrineguard/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 19:52:27 +0000</pubDate>
		<dc:creator>spike31</dc:creator>
				<category><![CDATA[Canards]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[sfDoctrineGuardPlugin]]></category>

		<guid isPermaLink="false">http://gilsrc.wordpress.com/?p=238</guid>
		<description><![CDATA[Installation Rendez-vous sur la page du plugin, et téléchargez le par vos propres moyens ! Ensuite, on charge le tout avec Doctrine: symfony doctrine:build --all --and-load --no-confirmation On active les modules dans le backend, dans le dossier config/setting.yml all: .settings: enabled_modules: [default, sfGuardGroup, sfGuardUser, sfGuardPermission] Idem dans le frontend, ça sera fait comme ça: all: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gilsrc.wordpress.com&amp;blog=5249067&amp;post=238&amp;subd=gilsrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gilsrc.wordpress.com/2010/08/30/etape-7-1-implementation-de-doctrineguard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb2efb09853f12aa564520342cc769e?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">spike31</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/accueil1.png" medium="image">
			<media:title type="html">accueil</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/signin.png" medium="image">
			<media:title type="html">signin</media:title>
		</media:content>

		<media:content url="http://gilsrc.files.wordpress.com/2010/08/connecte.png" medium="image">
			<media:title type="html">connecte</media:title>
		</media:content>
	</item>
	</channel>
</rss>
