<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 22 Nov 2008 00:53:50 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ed Finkler's Blog: Zend Studio for Eclipse and SFTPDrive not on speaking terms]]></title>
      <guid>http://www.phpdeveloper.org/news/9826</guid>
      <link>http://www.phpdeveloper.org/news/9826</link>
      <description><![CDATA[<p>
<i>Ed Finkler</i>, a long-time user of <a href="http://www.sftpdrive.com/">SFTPDrive</a> on his Windows machine, has noticed something a bit odd lately when using the new Zend Studio (Eclipse):
</p>
<blockquote>
For some reason, ZSfE just doesn't show me my 'k:' drive (the SFTP mount) when browsing for a project directory. This throws a real wrench in my usual workflow '" ZS 5.5 had built-in SFTP support, and I could also use the local mount if I wanted.
</blockquote>
<p>
Finding nothing in the traditional places, he's <a href="http://funkatron.com/site/comments/zend-studio-for-eclipse-and-sftpdrive-not-on-speaking-terms/#When:14:40:00Z">made this blog post</a> hoping someone might have the answer. Turns out that the fix (as provided by <i>Josh Johnston</i>) is to create a new project around a new Remote Folder.
</p>]]></description>
      <pubDate>Thu, 20 Mar 2008 07:58:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ITJungle.com: System i PHP Drive Going Strong, Zend Says]]></title>
      <guid>http://www.phpdeveloper.org/news/6405</guid>
      <link>http://www.phpdeveloper.org/news/6405</link>
      <description><![CDATA[<p>
From ITJungle.com today, there's <A href="http://www.itjungle.com/fhs/fhs100306-story01.html">a new article</a> that talks to Zend about their effort to get PHP pushed to the System i platform via the Zend Core and the progress it's making.
</p>
<blockquote>
The push to create a new generation of young PHP programmers and PHP-driven Web applications on the IBM System i is moving forward according to plan, according to Zend Technology, the company commercializing the open source scripting language and providing support and training services. "Things are going phenomenally well," Zend business development vice president Mike Pinette says, giving evidence of that early success. "We're firing on all cylinders."
</blockquote>
<p>
They <a href="http://www.itjungle.com/fhs/fhs100306-story01.html">go on to talk about</a> other offerings Zend is making available for the platform including their popular Zend Platform package. There's talk of how Zend's effort is spreading (across countries) and their additional focus on the "bread and butter" shops - "manufacturers, distributors, retail chains, banks, and financial institutions that have heavily invested in OS/400 and RPG over the years".
</p>]]></description>
      <pubDate>Tue, 03 Oct 2006 07:12:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPit.net: An introduction to Test Driven Development with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5555</guid>
      <link>http://www.phpdeveloper.org/news/5555</link>
      <description><![CDATA[<p>
PHPit.net has posted yet another PHP-related tutorial, <a href="http://www.phpit.net/article/introduction-tdd-php/">this time</a> with a focus on test driven development.
</p>
<quote>
<i>
<p>
There are several different ways of developing something. Most of us tend to simply start with a script, and gradually move along. Perhaps we've even laid out our script before hand, but we tend to stay at the developing phase, and don't really start testing when it's necessary. Basically, we develop first, and test later.
</p>
<p>
But this might not be the best way, and might lead to problems later. That's why some developers advocate a different way of developing called Test Driven Development (TDD), where by you test first, and develop later.
</p>
</i>
</quote>
<p>
He uses the <a href="http://www.lastcraft.com/simple_test.php">SimpleTest</a> frameork to <a href="http://www.phpit.net/article/introduction-tdd-php/">illustrate his points</a>. He starts off with a simple example - settin g up the framework and creating a class to test a class, Biter. The testing class first just looks to see if the Biter class exists, failing before they create the class file it's looking for. With the help of a bit more code and a few more test examples, you get a good jumping off point for creating your own tests to evaluate your code.
</p>]]></description>
      <pubDate>Sat, 10 Jun 2006 15:37:36 -0500</pubDate>
    </item>
  </channel>
</rss>
