<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Propel Criteria Builder</title>
	<link>http://www.symfonylab.com/propel-criteria-builder/</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<pubDate>Fri, 08 Aug 2008 20:47:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: cipryan</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-398</link>
		<dc:creator>cipryan</dc:creator>
		<pubDate>Tue, 03 Jun 2008 08:23:04 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-398</guid>
		<description>sorry, it's http://propel.jondh.me.uk/</description>
		<content:encoded><![CDATA[<p>sorry, it&#8217;s <a href="http://propel.jondh.me.uk/" rel="nofollow">http://propel.jondh.me.uk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cipryan</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-397</link>
		<dc:creator>cipryan</dc:creator>
		<pubDate>Tue, 03 Jun 2008 08:19:48 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-397</guid>
		<description>go here http://propel.jondh.me.uk/criteria/analyse

btw, how to convert this to propel:

SELECT teachersfname as tfn, teacherslname as tln FROM `teachers` UNION SELECT fname as tfn, lname as tln FROM `students` ORDER BY tfn</description>
		<content:encoded><![CDATA[<p>go here <a href="http://propel.jondh.me.uk/criteria/analyse" rel="nofollow">http://propel.jondh.me.uk/criteria/analyse</a></p>
<p>btw, how to convert this to propel:</p>
<p>SELECT teachersfname as tfn, teacherslname as tln FROM `teachers` UNION SELECT fname as tfn, lname as tln FROM `students` ORDER BY tfn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-391</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 15 May 2008 18:28:58 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-391</guid>
		<description>The linked page is not working any more.
It has the symfony Oops page LOL!</description>
		<content:encoded><![CDATA[<p>The linked page is not working any more.<br />
It has the symfony Oops page LOL!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-294</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:22:34 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-294</guid>
		<description>Well, sorry but actually I'm not developer of that convertor service. Not sure why you are asking about this here :-)</description>
		<content:encoded><![CDATA[<p>Well, sorry but actually I&#8217;m not developer of that convertor service. Not sure why you are asking about this here <img src='http://www.symfonylab.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannapiran_86</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-293</link>
		<dc:creator>kannapiran_86</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:19:37 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-293</guid>
		<description>I give like this, customer.id,customer.name,customer.accono where customer.id='$id' but i got the result as 
$c = new Criteria();
$crit0 = $c-&#62;getNewCriterion(CustomerPeer::NAME, '$name');

What is wrong with me??</description>
		<content:encoded><![CDATA[<p>I give like this, customer.id,customer.name,customer.accono where customer.id=&#8217;$id&#8217; but i got the result as<br />
$c = new Criteria();<br />
$crit0 = $c-&gt;getNewCriterion(CustomerPeer::NAME, &#8216;$name&#8217;);</p>
<p>What is wrong with me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-292</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:16:39 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-292</guid>
		<description>ClassPeer::retrieveByPK($id)</description>
		<content:encoded><![CDATA[<p>ClassPeer::retrieveByPK($id)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannapiran_86</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-291</link>
		<dc:creator>kannapiran_86</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:13:52 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-291</guid>
		<description>how can i got the id,name from my table according to my id??</description>
		<content:encoded><![CDATA[<p>how can i got the id,name from my table according to my id??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-290</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:02:04 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-290</guid>
		<description>Yes, actually the link in article is exactly converter for mysql to propel criteria code or I did not understand the question</description>
		<content:encoded><![CDATA[<p>Yes, actually the link in article is exactly converter for mysql to propel criteria code or I did not understand the question</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannapiran_86</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-289</link>
		<dc:creator>kannapiran_86</dc:creator>
		<pubDate>Wed, 27 Feb 2008 11:57:53 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-289</guid>
		<description>Hi, Is there any converter for mysql to propel criteria code???</description>
		<content:encoded><![CDATA[<p>Hi, Is there any converter for mysql to propel criteria code???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halfer</title>
		<link>http://www.symfonylab.com/propel-criteria-builder/#comment-30</link>
		<dc:creator>halfer</dc:creator>
		<pubDate>Wed, 12 Sep 2007 14:42:33 +0000</pubDate>
		<guid>http://www.symfonylab.com/propel-criteria-builder/#comment-30</guid>
		<description>Thank you for your kind comments. On a related note, I'd urge all readers - especially new users of Propel - to use some sort of code completion where they can. I am using Eclipse PDT, and it really has simplified the writing of Criteria code; with the right settings, pretty much everything can be made "look ahead".</description>
		<content:encoded><![CDATA[<p>Thank you for your kind comments. On a related note, I&#8217;d urge all readers - especially new users of Propel - to use some sort of code completion where they can. I am using Eclipse PDT, and it really has simplified the writing of Criteria code; with the right settings, pretty much everything can be made &#8220;look ahead&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
