<?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>KaveriTech Technical Blog &#187; Symfony</title>
	<atom:link href="http://techblog.kaveritech.com/category/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.kaveritech.com</link>
	<description>Findings, Tips &#38; Tricks</description>
	<lastBuildDate>Tue, 25 May 2010 12:48:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Symfony: How to test?</title>
		<link>http://techblog.kaveritech.com/2010/01/29/symfony-how-to-test/</link>
		<comments>http://techblog.kaveritech.com/2010/01/29/symfony-how-to-test/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:26:07 +0000</pubDate>
		<dc:creator>Swanand</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://techblog.kaveritech.com/?p=473</guid>
		<description><![CDATA[
Here is a quick know-how an testing code in PHP Symfony framework. I&#8217;ve been using it extensively for testing, mainly because I am lazy in creating functional and unit tests.
Create a file like the following in your APP_ROOT , say
my_test_file.php


Now just call:
php my_test_file.php
]]></description>
			<content:encoded><![CDATA[<div  style='color: #298CBA'>
Here is a quick know-how an testing code in PHP Symfony framework. I&#8217;ve been using it extensively for testing, mainly because I am lazy in creating functional and unit tests.</p>
<p>Create a file like the following in your APP_ROOT , say
<pre style="color: cyan">my_test_file.php</pre>
</div>
<p><script src="http://gist.github.com/289730.js?file=symfony_test.php"></script></p>
<p>Now just call:<br />
<code>php my_test_file.php</code></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.kaveritech.com/2010/01/29/symfony-how-to-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony: How to get all the request parameters</title>
		<link>http://techblog.kaveritech.com/2010/01/16/symfony-how-to-get-all-the-request-parameters/</link>
		<comments>http://techblog.kaveritech.com/2010/01/16/symfony-how-to-get-all-the-request-parameters/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 18:31:45 +0000</pubDate>
		<dc:creator>Satish Natarajan</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://techblog.kaveritech.com/?p=460</guid>
		<description><![CDATA[If you want to print all the request parameters of a request here is how you can do it.
The following call returns and array of parameters.
$this->getRequest()->getParameterHolder()->getAll();
]]></description>
			<content:encoded><![CDATA[<p>If you want to print all the request parameters of a request here is how you can do it.</p>
<p>The following call returns and array of parameters.</p>
<p>$this->getRequest()->getParameterHolder()->getAll();</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.kaveritech.com/2010/01/16/symfony-how-to-get-all-the-request-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
