<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>SymfonyLab: Featured</title>
		<link>http://symfony.corank.com/tech/all/fp/</link>
		<description>SymfonyLab: Featured</description>
<image><title>coRank.com</title><link>http://symfony.corank.com/tech/all/fp/</link><url>http://www.corank.com/pics/coRank2.gif</url></image>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Using Mercurial as VCS for symfony</title>
			<link>http://symfony.corank.com/tech/story/using-Mercurial-as-Vcs-for-symfony_2</link>
			<description><![CDATA[


For my daily usage I use Mercurial as version control system. I love it’s simplicity and excellent support on Windows.
To use Mercurial effectively for symfony, the only thing you need to configure is your .hgignore file. A good practice is to ignore all generated files by symfony for Doctrine or Propel.
A typically ignore file of me looks likes this...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/using-Mercurial-as-Vcs-for-symfony_2">Read more...</a> |
<a href="http://www.pinkster.eu/2009/11/04/using-mercurial-as-vcs-for-symfony/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/using-Mercurial-as-Vcs-for-symfony_2</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>How to send an email with symfony 1.3 and Gmail</title>
			<link>http://symfony.corank.com/tech/story/how-to-send-an-email-with-symfony-13-a_2</link>
			<description><![CDATA[


One nice feature coming with symfony 1.3 is an embedded mail system based on Swift Mailer 4.1
Providing a mail system into symfony’s core has been a wide debate since symfony 1.0. The 1st stable version of the framework was coming with an unperfect but operational way of sending emails based on phpMailer. Thus, following the [...]
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/how-to-send-an-email-with-symfony-13-a_2">Read more...</a> |
<a href="http://www.metulo.net/how-to-send-an-email-with-symfony-1-3-and-gmail">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/how-to-send-an-email-with-symfony-13-a_2</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Add new tasks in your Symfony project</title>
			<link>http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</link>
			<description><![CDATA[


So for my very first post in english I will talk about how to add a new task in symfony. Task are very useful to handle a lot of data and can be launched manually or placed in a cron job.

I started to create task on a new project, in the past I used to create a batch folder in my symfony project. In this folder I created a symfony.inc.php to load...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/3lgrIH7lUwo/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>CSRF tokens in symfony</title>
			<link>http://symfony.corank.com/tech/story/csrf-tokens-in-symfony</link>
			<description><![CDATA[


What is that CSRF thing?
CSRF, or Cross-site request forgery, is a form of attack that takes advantage on the trust that a web application has on the user’s browser. If a different site than yours makes a user do a rquest to your site, since the user has a cookie session for your site, if you don’t have further protection, your application will...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/csrf-tokens-in-symfony">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/KNaDQOxDFGY/csrf-token-in-symfony">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/csrf-tokens-in-symfony</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Symfony log management with `logrotate` on Linux</title>
			<link>http://symfony.corank.com/tech/story/symfony-log-management-with-logrotate-</link>
			<description><![CDATA[


It sucks when server disks fill up.  I have Nagios set up to notify me well before it’s a problem, but it happens annoyingly frequently, and it’s always the same cause:  log files.

Symfony’s production environments don’t create logs, but the development environments do, and for one project I had several batch jobs logging to the myproject/log directory...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/symfony-log-management-with-logrotate-">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/NFq7iqb8TL4/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/symfony-log-management-with-logrotate-</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Add new tasks in your Symfony project</title>
			<link>http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</link>
			<description><![CDATA[


So for my very first post in english I will talk about how to add a new task in symfony. Task are very useful to handle a lot of data and can be launched manually or placed in a cron job.

I started to create task on a new project, in the past I used to create a batch folder in my symfony project. In this folder I created a symfony.inc.php to load...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/3lgrIH7lUwo/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Templating engines in PHP - Follow-Up</title>
			<link>http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</link>
			<description><![CDATA[




My post about
template engines in PHP
received more than 70 comments as of now, and counting.
That's a lot considering most of them are really well thought out, and backed with solid
counter-arguments. Thanks everybody for taking the time to participate
constructively to the discussion. I'm really proud that the PHP community (or
at least the small...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2">Read more...</a> |
<a href="http://fabien.potencier.org/article/35/templating-engines-in-php-follow-up">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Templating engines in PHP - Follow-Up</title>
			<link>http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</link>
			<description><![CDATA[




My post about
template engines in PHP
received more than 70 comments as of now, and counting.
That's a lot considering most of them are really well thought out, and backed with solid
counter-arguments. Thanks everybody for taking the time to participate
constructively to the discussion. I'm really proud that the PHP community (or
at least the small...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2">Read more...</a> |
<a href="http://fabien.potencier.org/article/35/templating-engines-in-php-follow-up">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Symfony forms saving process</title>
			<link>http://symfony.corank.com/tech/story/symfony-forms-saving-process_2</link>
			<description><![CDATA[


I always had troubles understanding what really happens in the symfony form process.
Even though most of time everything worked great following tutorials, forums, etc.. I needed to understand the magic behind. I wasn’t just quite curious. I found myself one day lost in my own code, I had overriden severals methods but I didn’t know why this one...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/symfony-forms-saving-process_2">Read more...</a> |
<a href="http://symfonyguide.wordpress.com/2009/09/28/symfony-forms-saving-process/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/symfony-forms-saving-process_2</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Pre-fill a form in the backend with symfony</title>
			<link>http://symfony.corank.com/tech/story/pre-fill-a-form-in-the-backend-with-sy</link>
			<description><![CDATA[


Pre-fill a form in Symfony
Hi all,
I hope I didn’t miss anything evident since my issue really sounds easy at first sight… What is my problem ? I just want to re-use in the backend objects that already exist to pre-fill some forms.
Let’s illustrate the situation with a concrete exemple before jumping into the code. A shop sells more than 100...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/pre-fill-a-form-in-the-backend-with-sy">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/grBFX3qw2kI/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/pre-fill-a-form-in-the-backend-with-sy</guid>
			<pubDate>Fri, 20 Nov 2009 23:38:58 GMT</pubDate>
		</item>
	</channel>
</rss>


