<?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>Wed, 20 Aug 2008 02:41:00 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: SimpleTest: Unit Testing for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10607</guid>
      <link>http://www.phpdeveloper.org/news/10607</link>
      <description><![CDATA[<p>
<i>Akash Mehta</i> has <a href="http://www.developertutorials.com/blog/php/simpletest-unit-testing-for-php-332/">posted a look</a> at unit testing for PHP applications with the SimpleTest tool in a new post to the Developer Tutorials blog.
</p>
<blockquote>
We recently looked at <a href="http://www.developertutorials.com/blog/web/selenium-ide-front-end-web-application-testing-322/">front-end testing of web applications with Selenium</a>. Today, we'll take another approach to testing your PHP applications: backend unit testing for your actual PHP code. As part of our posts on test driven development, here's a quick intro to using SimpleTest to test your PHP applications.
</blockquote>
<p>
He introduces the <a href="http://simpletest.org/">SimpleTest</a> software and shows what a sample test might look like for a simple math question (testing to see if the result of the addition is correct). He also points out <a href="http://simpletest.org/en/first_test_tutorial.html">a good tutorial</a> on the SimpleTest website to help you get started.
</p>]]></description>
      <pubDate>Tue, 15 Jul 2008 10:24:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Eirik Hoem's Blog: Prado Framework 3.1.2 released]]></title>
      <guid>http://www.phpdeveloper.org/news/10032</guid>
      <link>http://www.phpdeveloper.org/news/10032</link>
      <description><![CDATA[<p>
<i>Eirik Hoem</i> has <a href="http://blog.eirikhoem.net/index.php/2008/04/24/prado-framework-312-released/">posted about</a> the latest update of his favorite framework being ready for download - <a href="http://pradosoft.com/">Prado</a>.
</p>
<blockquote>
My favorite PHP framework just got a new release, adding several new components and fixing 30-ish bugs. The bundled JavaScript libs (Prototype / script.aculo.us) have also been upgraded, so that should help lots of people struggling with the old versions.
</blockquote>
<p>
You can download the framework from <a href="http://pradosoft.com/">its website</a> and, if you're new to it, check out <a href="http://pradosoft.com/demos/quickstart/">the tutorial</a> to get you started. Prado is a free PHP5-based rapid application development framework that doesn't go with the usual MVC format of most frameworks. It opts instead for "logic be stored in classes and presentation in templates".
</p>]]></description>
      <pubDate>Thu, 24 Apr 2008 09:38:49 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Andries Seutens' Blog: Zend Framework, just get me started, okay?]]></title>
      <guid>http://www.phpdeveloper.org/news/8087</guid>
      <link>http://www.phpdeveloper.org/news/8087</link>
      <description><![CDATA[<p>
<i>Andries Seutens</i> has created <a href="http://andries.systray.be/blog/2007/06/18/zend-framework-just-get-me-started-okay/">his own quickstart method</a> for working with the Zend Framework and in his latest post, he shares the files.
</p>
<blockquote>
If you are looking for a quick way to get started with the Zend Framework, then you should <a href="http://andries.systray.be/files/conventional.rar">download this file</a>. This download has a default setup for the <a href="http://framework.zend.com/">Zend Framework</a>, including: a conventional directory structure, a bootstrap file, configuration file with 2 stages: production, staging, an error controller, an index controller and more.
</blockquote>
<p>
For course, you'll have to have <a href="http://framework.zend.com/download">the framework</a> installed to get things up and running, but outside of that you'll only need to put the downloaded files above into the right place.
</p>]]></description>
      <pubDate>Wed, 20 Jun 2007 12:03:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CodePoets.co.uk: A Quickstart to using PEAR with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5169</guid>
      <link>http://www.phpdeveloper.org/news/5169</link>
      <description><![CDATA[<p>
On CodePoets.co.uk today, a <a href="http://www.codepoets.co.uk/doc/php_pear_quickstart_database_web_applications">new tutorial</a> introduces you to the PEAR DB package, giving you a howto guide on performing simple queries with its functionality.
</p>
<quote>
<i>
PEAR::DB, provides a uniform, cross platform, cross database method for connecting to databases, when writing PHP applications/scripts. Extensive documentation can be found online here This article aims to show briefly, how queries and updates can be performed when using PEAR DB.
</i>
</quote>
<p>
They <a href="http://www.codepoets.co.uk/doc/php_pear_quickstart_database_web_applications">list a few reasons</a> why one might want to use the PEAR DB package over the normal PHP database functions before they get into the examples. There are four examples - making the connection, querying the database, what to do to avoid SQL injections, and updating your database with prepared statements.
</p>]]></description>
      <pubDate>Thu, 13 Apr 2006 07:09:23 -0500</pubDate>
    </item>
  </channel>
</rss>
