<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Symfony V/S Codeigniter</title>
	<atom:link href="http://www.sajithmr.me/symfony-vs-codeigniter/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me/symfony-vs-codeigniter</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 04:51:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Symfony 1.4 + Codeigniter = Symfony 2LAP TRINH BLOG</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-150641</link>
		<dc:creator>Symfony 1.4 + Codeigniter = Symfony 2LAP TRINH BLOG</dc:creator>
		<pubDate>Tue, 11 Jan 2011 13:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-150641</guid>
		<description>[...] I wrote a post some months back about Codeigniter vs Symfony here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote a post some months back about Codeigniter vs Symfony here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consuelo Shepler</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-129481</link>
		<dc:creator>Consuelo Shepler</dc:creator>
		<pubDate>Sun, 26 Sep 2010 18:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-129481</guid>
		<description>Thanks because of this! I’ve been searching all more than the web for that data.</description>
		<content:encoded><![CDATA[<p>Thanks because of this! I’ve been searching all more than the web for that data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Symfony 1.4 + Codeigniter = Symfony 2 &#124; Programming Ideas, Logics, Tips and Tricks</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-126838</link>
		<dc:creator>Symfony 1.4 + Codeigniter = Symfony 2 &#124; Programming Ideas, Logics, Tips and Tricks</dc:creator>
		<pubDate>Wed, 08 Sep 2010 15:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-126838</guid>
		<description>[...] I wrote a post some months back about Codeigniter vs Symfony here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote a post some months back about Codeigniter vs Symfony here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajith M.R</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-88215</link>
		<dc:creator>Sajith M.R</dc:creator>
		<pubDate>Mon, 07 Dec 2009 08:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-88215</guid>
		<description>Hey Dennis, 

Thank you for sharing your thought here. Symfony is good, but it kills a lot of memory than codeigniter. When the site become hit, server will become heavily loaded.</description>
		<content:encoded><![CDATA[<p>Hey Dennis, </p>
<p>Thank you for sharing your thought here. Symfony is good, but it kills a lot of memory than codeigniter. When the site become hit, server will become heavily loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Gearon</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-88162</link>
		<dc:creator>Dennis Gearon</dc:creator>
		<pubDate>Sun, 06 Dec 2009 21:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-88162</guid>
		<description>6-8 years ago, I started mapping out the requirements for a PHP framework. The old graphic that I generated looks amazingly like what everyone is using now. The only real difference is that I used arrays for interfacing between all layers and modules. There was no PHP OOP in those days.

1 year ago, I looked all the ones in the article AND in the comments/replies. 

Yii put me off with the extensive OOP architecture. 

Code Igniter didn&#039;t seem complete.

Zend Framwork is arguably the most powerful, but hardest to develop in. Lots of control though :-)

I eventually settled on Symfony. The learning curve STILL stretches out in front of me. It is not documented in the way that I would like it to be. Something like PHP website, Postgres, Linux, MySQL websites or Oracle manuals. (Oracle has gotten better, but it still talks in &#039;Oracle Speak&#039;) 

Essentially, a programmer has to dig into the code to see how it works; Using it as a black box only works so far - It&#039;s got some logic to anything but simple forms that totally escapes me and makes multitable forms a PITA. 

OTOH, I still like symfony and am glad that I chose it. I like the integration with a debugger, the directory structure, the multiple layers of base objects for project wide and module wide usage.

I think the routing</description>
		<content:encoded><![CDATA[<p>6-8 years ago, I started mapping out the requirements for a PHP framework. The old graphic that I generated looks amazingly like what everyone is using now. The only real difference is that I used arrays for interfacing between all layers and modules. There was no PHP OOP in those days.</p>
<p>1 year ago, I looked all the ones in the article AND in the comments/replies. </p>
<p>Yii put me off with the extensive OOP architecture. </p>
<p>Code Igniter didn&#8217;t seem complete.</p>
<p>Zend Framwork is arguably the most powerful, but hardest to develop in. Lots of control though <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I eventually settled on Symfony. The learning curve STILL stretches out in front of me. It is not documented in the way that I would like it to be. Something like PHP website, Postgres, Linux, MySQL websites or Oracle manuals. (Oracle has gotten better, but it still talks in &#8216;Oracle Speak&#8217;) </p>
<p>Essentially, a programmer has to dig into the code to see how it works; Using it as a black box only works so far &#8211; It&#8217;s got some logic to anything but simple forms that totally escapes me and makes multitable forms a PITA. </p>
<p>OTOH, I still like symfony and am glad that I chose it. I like the integration with a debugger, the directory structure, the multiple layers of base objects for project wide and module wide usage.</p>
<p>I think the routing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Marshall</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-78632</link>
		<dc:creator>Nick Marshall</dc:creator>
		<pubDate>Wed, 12 Aug 2009 06:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-78632</guid>
		<description>Cakephp, one of the best and much more advance in features compared to CodeIgnitor</description>
		<content:encoded><![CDATA[<p>Cakephp, one of the best and much more advance in features compared to CodeIgnitor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-77832</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-77832</guid>
		<description>This is a nice brief comparison. Though i haven&#039;t used Symfony / CI, i have used Zend Framework extensively. Similarly, it implements a strong MVC and best of all, brings in a lot of community contributed modules that you can extend easily like Lucene search, Google APIs, OpenID and many more.

@fw newbie, you asked for a comparison between CI, ZF &amp; Drupal. While, CI &amp; ZF are development frameworks, Drupal is a CMS. With CI / ZF you can build robust apps, but you have to do it from scratch. Whereas, with Drupal, you can launch a site quickly and keep adding functionalities to it. There is nothing in Drupal to build from scratch. Its a &#039;ready-made&#039; website. You have to look at the scenario of your application and choose among these accordingly.

Gr8 work Sajith!</description>
		<content:encoded><![CDATA[<p>This is a nice brief comparison. Though i haven&#8217;t used Symfony / CI, i have used Zend Framework extensively. Similarly, it implements a strong MVC and best of all, brings in a lot of community contributed modules that you can extend easily like Lucene search, Google APIs, OpenID and many more.</p>
<p>@fw newbie, you asked for a comparison between CI, ZF &amp; Drupal. While, CI &amp; ZF are development frameworks, Drupal is a CMS. With CI / ZF you can build robust apps, but you have to do it from scratch. Whereas, with Drupal, you can launch a site quickly and keep adding functionalities to it. There is nothing in Drupal to build from scratch. Its a &#8216;ready-made&#8217; website. You have to look at the scenario of your application and choose among these accordingly.</p>
<p>Gr8 work Sajith!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-77156</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Mon, 03 Aug 2009 15:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-77156</guid>
		<description>That was a great article ;)</description>
		<content:encoded><![CDATA[<p>That was a great article <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari K T</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-74993</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Sun, 19 Jul 2009 12:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-74993</guid>
		<description>What about CakePHP , Yii etc ?

Have you tried it ?

I am looking for a nice MVC framework . I was looking Zend for a while . But thinks symfony has much more functionalities in command line . 

Have you worked with Zend ?

Any suggestion ?
Anyway Thanks for the article.</description>
		<content:encoded><![CDATA[<p>What about CakePHP , Yii etc ?</p>
<p>Have you tried it ?</p>
<p>I am looking for a nice MVC framework . I was looking Zend for a while . But thinks symfony has much more functionalities in command line . </p>
<p>Have you worked with Zend ?</p>
<p>Any suggestion ?<br />
Anyway Thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fw newbie</title>
		<link>http://www.sajithmr.me/symfony-vs-codeigniter/comment-page-1#comment-71928</link>
		<dc:creator>fw newbie</dc:creator>
		<pubDate>Wed, 24 Jun 2009 11:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/?p=409#comment-71928</guid>
		<description>Thanks for nice article! A comparison of Codeigniter, Zend FW and Drupal would be very interesting for me. Greets!</description>
		<content:encoded><![CDATA[<p>Thanks for nice article! A comparison of Codeigniter, Zend FW and Drupal would be very interesting for me. Greets!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

