<?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/"
		>
<channel>
	<title>Comments on: Execute your CakePHP tests in your IDE</title>
	<atom:link href="http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/comment-page-1/#comment-164518</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=46#comment-164518</guid>
		<description>@Stas: Thanks for mentioning the Codelobster IDE, it is the first time I hear about it.</description>
		<content:encoded><![CDATA[<p>@Stas: Thanks for mentioning the Codelobster IDE, it is the first time I hear about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stas</title>
		<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/comment-page-1/#comment-164366</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Fri, 04 Jun 2010 16:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=46#comment-164366</guid>
		<description>I suggest to use free PHP IDE &lt;a href=&quot;http://www.codelobster.com&quot; rel=&quot;nofollow&quot;&gt;Codelobster PHP Edition&lt;/a&gt; with special CakePHP plug-in.</description>
		<content:encoded><![CDATA[<p>I suggest to use free PHP IDE <a href="http://www.codelobster.com" rel="nofollow">Codelobster PHP Edition</a> with special CakePHP plug-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/comment-page-1/#comment-39</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 01 Aug 2006 09:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=46#comment-39</guid>
		<description>WP: Well, in the meantime I found a solution: http://cakebaker.wordpress.com/2006/01/30/syntaxhighlighting-in-thtml-files-with-phpeclipse/

But anyway, thanks for the tip :)</description>
		<content:encoded><![CDATA[<p>WP: Well, in the meantime I found a solution: <a href="http://cakebaker.wordpress.com/2006/01/30/syntaxhighlighting-in-thtml-files-with-phpeclipse/" rel="nofollow">http://cakebaker.wordpress.com/2006/01/30/syntaxhighlighting-in-thtml-files-with-phpeclipse/</a></p>
<p>But anyway, thanks for the tip :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP</title>
		<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/comment-page-1/#comment-41</link>
		<dc:creator>WP</dc:creator>
		<pubDate>Tue, 01 Aug 2006 07:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=46#comment-41</guid>
		<description>----
Reposting because WordPress ate up my xml tags
----

You can add a file type to be syntax-highlighted.

In Linux open up ~/.eclipse/org.eclipse.sdk.ide/updates/eclipse/plugins/net.sourceforge.phpeclipse_1.1.8/plugin.xml

Search for all instances of php4 and add in thtml where php4 exists.</description>
		<content:encoded><![CDATA[<p>&#8212;-<br />
Reposting because WordPress ate up my xml tags<br />
&#8212;-</p>
<p>You can add a file type to be syntax-highlighted.</p>
<p>In Linux open up ~/.eclipse/org.eclipse.sdk.ide/updates/eclipse/plugins/net.sourceforge.phpeclipse_1.1.8/plugin.xml</p>
<p>Search for all instances of php4 and add in thtml where php4 exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP</title>
		<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/comment-page-1/#comment-40</link>
		<dc:creator>WP</dc:creator>
		<pubDate>Tue, 01 Aug 2006 07:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=46#comment-40</guid>
		<description>You can add a file type to be syntax-highlighted.

In Linux open up ~/.eclipse/org.eclipse.sdk.ide/updates/eclipse/plugins/net.sourceforge.phpeclipse_1.1.8/plugin.xml

Search for all instances of php4 and add a new line like the entry.</description>
		<content:encoded><![CDATA[<p>You can add a file type to be syntax-highlighted.</p>
<p>In Linux open up ~/.eclipse/org.eclipse.sdk.ide/updates/eclipse/plugins/net.sourceforge.phpeclipse_1.1.8/plugin.xml</p>
<p>Search for all instances of php4 and add a new line like the entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/comment-page-1/#comment-38</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 09 Jan 2006 15:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=46#comment-38</guid>
		<description>Hm, difficult to say as I don&#039;t have any experience with Zend Studio. I simply use PHPEclipse because I&#039;m used to Eclipse, and I can have both Java and PHP projects in the same IDE. Negative aspects of using PHPEclipse are the plug-in hell and that there is no syntax-highlighting/code-completion in thtml-Files. HTH.</description>
		<content:encoded><![CDATA[<p>Hm, difficult to say as I don&#8217;t have any experience with Zend Studio. I simply use PHPEclipse because I&#8217;m used to Eclipse, and I can have both Java and PHP projects in the same IDE. Negative aspects of using PHPEclipse are the plug-in hell and that there is no syntax-highlighting/code-completion in thtml-Files. HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Geisendörfer</title>
		<link>http://cakebaker.42dh.com/2006/01/09/execute-your-cakephp-tests-in-your-ide/comment-page-1/#comment-37</link>
		<dc:creator>Felix Geisendörfer</dc:creator>
		<pubDate>Mon, 09 Jan 2006 15:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=46#comment-37</guid>
		<description>How does PHPEclipse compare to Zend Studio? I&#039;m on an ISDN line (64 kbit)  so it&#039;d be good to know if it&#039;s worth trying it out.</description>
		<content:encoded><![CDATA[<p>How does PHPEclipse compare to Zend Studio? I&#8217;m on an ISDN line (64 kbit)  so it&#8217;d be good to know if it&#8217;s worth trying it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

