<?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; symfony</title>
	<atom:link href="http://blog.hio.fr/tag/symfony/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description>Success is the ability to go from one failure to another with no loss of enthusiasm.</description>
	<lastBuildDate>Wed, 16 May 2012 15:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Symfony filter SSL</title>
		<link>http://blog.hio.fr/2010/11/21/symfony-filter-ssl.html</link>
		<comments>http://blog.hio.fr/2010/11/21/symfony-filter-ssl.html#comments</comments>
		<pubDate>Sun, 21 Nov 2010 21:20:33 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=618</guid>
		<description><![CDATA[<pre lang="yaml">
all:
  ssl_filter:
    enabled: true
    secure:
      feed:
       actions: ~
      sfGuardAuth:
        actions: [signin]
      sfGuardRegister:
        actions: ~
      sfGuardForgotPassword:
        action: ~
</pre> <a href="http://blog.hio.fr/2010/11/21/symfony-filter-ssl.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/11/21/symfony-filter-ssl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony comment délivrer son contenu static a partir de plusieurs cdn</title>
		<link>http://blog.hio.fr/2010/11/21/symfony-comment-delivrer-son-contenu-static-a-partir-de-plusieurs-cdn.html</link>
		<comments>http://blog.hio.fr/2010/11/21/symfony-comment-delivrer-son-contenu-static-a-partir-de-plusieurs-cdn.html#comments</comments>
		<pubDate>Sun, 21 Nov 2010 21:12:41 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=609</guid>
		<description><![CDATA[On crée ce fichier dans le répertoire lib/ ou a l'endroit ou on veut du moment que l autoloader de sf peut le trouver, perso je l'ai mit dans lib/vendor/hio/ <a href="http://blog.hio.fr/2010/11/21/symfony-comment-delivrer-son-contenu-static-a-partir-de-plusieurs-cdn.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/11/21/symfony-comment-delivrer-son-contenu-static-a-partir-de-plusieurs-cdn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment minifier le js et css d&#8217;un projet symfony simplement</title>
		<link>http://blog.hio.fr/2010/11/05/comment-minifier-le-js-et-css-dun-projet-symfony-simplement.html</link>
		<comments>http://blog.hio.fr/2010/11/05/comment-minifier-le-js-et-css-dun-projet-symfony-simplement.html#comments</comments>
		<pubDate>Fri, 05 Nov 2010 08:27:50 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[yuicompressor]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=594</guid>
		<description><![CDATA[Comment minifier le css et le javascript de son projet symfony <a href="http://blog.hio.fr/2010/11/05/comment-minifier-le-js-et-css-dun-projet-symfony-simplement.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/11/05/comment-minifier-le-js-et-css-dun-projet-symfony-simplement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Symfony, Comment définir un groupe avec sfGuardDoctrinePlugin lors d&#8217;une inscription</title>
		<link>http://blog.hio.fr/2010/06/03/php-symfony-comment-definir-un-groupe-avec-sfguarddoctrineplugin-lors-dune-inscription.html</link>
		<comments>http://blog.hio.fr/2010/06/03/php-symfony-comment-definir-un-groupe-avec-sfguarddoctrineplugin-lors-dune-inscription.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:08:02 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[sfGuardDoctrine]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=560</guid>
		<description><![CDATA[Tout est dans le titre
<pre lang="php">
protected function processForm(sfWebRequest $request, sfForm $form)
{
  $form->bind($request->getParameter($form->getName()), $request->getFiles($form->getName()));
  if($form->isValid())
  {
    $register = $form->save();
    $register->addGroupByName('member');
    $register->addPermissionByName('member');
    $register->profile->setSfGuardUserId($register->id);
    $register->save();
    $this->getUser()->signIn($this->form->getObject());
    $this->redirect('@feeds');
  }
  $this->getUser()->setFlash('error','formular is not correctly filled.');
}
</pre> <a href="http://blog.hio.fr/2010/06/03/php-symfony-comment-definir-un-groupe-avec-sfguarddoctrineplugin-lors-dune-inscription.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/06/03/php-symfony-comment-definir-un-groupe-avec-sfguarddoctrineplugin-lors-dune-inscription.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Symfony, exemple d&#8217;utilisation de widget et validateur</title>
		<link>http://blog.hio.fr/2010/04/16/php-symfony-exemple-dutilisation-de-widget-et-validateur.html</link>
		<comments>http://blog.hio.fr/2010/04/16/php-symfony-exemple-dutilisation-de-widget-et-validateur.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 12:53:59 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=540</guid>
		<description><![CDATA[Voici des exemples d'utilisation des widgets et des validateurs symfony, liste mise a jour au fur et a mesure de mes besoins ^^ <a href="http://blog.hio.fr/2010/04/16/php-symfony-exemple-dutilisation-de-widget-et-validateur.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/04/16/php-symfony-exemple-dutilisation-de-widget-et-validateur.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Symfony, Comment passer une valeur a un objet sfForm dans le backend d&#8217;une application</title>
		<link>http://blog.hio.fr/2010/04/12/php-symfony-comment-passer-une-valeur-a-un-objet-sfform-dans-le-backend-dune-application.html</link>
		<comments>http://blog.hio.fr/2010/04/12/php-symfony-comment-passer-une-valeur-a-un-objet-sfform-dans-le-backend-dune-application.html#comments</comments>
		<pubDate>Mon, 12 Apr 2010 13:00:36 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=535</guid>
		<description><![CDATA[<strong>apps/backend/modules/hosts/actions/actions.class.php</strong>
<pre lang="php" line="1">
class hostsActions extends autoHostsActions
{

  public function executeCreate(sfWebRequest $request)
  {
    $this->form = $this->configuration->getForm();
    $this->hosts = $this->form->getObject();
                                                                                                                                            
    $tainted_values = $request->getParameter($this->form->getName());     
    $tainted_values['user_id'] = $this->getUser()->getGuardUser()->getId();

    $request->setParameter($this->form->getName(), $tainted_values);
    parent::processForm($request, $this->form);
    $this->setTemplate('new');
  }
}
</pre> <a href="http://blog.hio.fr/2010/04/12/php-symfony-comment-passer-une-valeur-a-un-objet-sfform-dans-le-backend-dune-application.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/04/12/php-symfony-comment-passer-une-valeur-a-un-objet-sfform-dans-le-backend-dune-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Symfony, Comment récupérer la route courante dans les templates</title>
		<link>http://blog.hio.fr/2010/03/26/comment-recuperer-la-route-courante-dans-les-templates.html</link>
		<comments>http://blog.hio.fr/2010/03/26/comment-recuperer-la-route-courante-dans-les-templates.html#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:32:42 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=531</guid>
		<description><![CDATA[<strong>indexSuccess.php</strong>
<pre lang="php">
sfContext::getInstance()->getRouting()->getCurrentRouteName()
</pre>

Renvoi
"homepage"
Si votre route s'appelle "homepage" bien sur ^^
<pre lang="yaml">
homepage:
  url: /
  param: { module: product, action: index }
</pre> <a href="http://blog.hio.fr/2010/03/26/comment-recuperer-la-route-courante-dans-les-templates.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/03/26/comment-recuperer-la-route-courante-dans-les-templates.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Symfony, Comment changer les messages par defaut des validateurs Symfony</title>
		<link>http://blog.hio.fr/2010/01/14/comment-changer-les-messages-par-defaut-des-validateurs-symfony.html</link>
		<comments>http://blog.hio.fr/2010/01/14/comment-changer-les-messages-par-defaut-des-validateurs-symfony.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:23:51 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=389</guid>
		<description><![CDATA[Comment faire , quand on veut changer tous les messages par défaut des validateurs Symfony , sans les définir un par un par un bete 'message' => 'mais blublu' et sans allez les changer directement dans les entrailles de symfony ce qui est mal !!! C'est mal !!! <a href="http://blog.hio.fr/2010/01/14/comment-changer-les-messages-par-defaut-des-validateurs-symfony.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/01/14/comment-changer-les-messages-par-defaut-des-validateurs-symfony.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Symfony Text Helper</title>
		<link>http://blog.hio.fr/2010/01/08/php-symfony-text-helper.html</link>
		<comments>http://blog.hio.fr/2010/01/08/php-symfony-text-helper.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 08:14:01 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[helper]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=490</guid>
		<description><![CDATA[Text Helper <a href="http://blog.hio.fr/2010/01/08/php-symfony-text-helper.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/01/08/php-symfony-text-helper.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Symfony Date Helper</title>
		<link>http://blog.hio.fr/2009/12/24/php-symfony-divers.html</link>
		<comments>http://blog.hio.fr/2009/12/24/php-symfony-divers.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 15:52:45 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[helper]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=484</guid>
		<description><![CDATA[Date helper <a href="http://blog.hio.fr/2009/12/24/php-symfony-divers.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2009/12/24/php-symfony-divers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

