<?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>Thu, 23 May 2013 21:28:18 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Gonzalo Ayuso's Blog: First impressions about namespaces in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14892</guid>
      <link>http://www.phpdeveloper.org/news/14892</link>
      <description><![CDATA[<p>
<i>Gonzalo Ayuso</i> has added a new post to his blot today with <a href="http://gonzalo123.wordpress.com/2010/08/02/first-impressions-about-namespaces-in-php/">some of his opinions on namespaces</a> in PHP.
</p>
<blockquote>
I've been working wih my first project using namespaces in PHP. As a PHP developer I have been suffering the lack of a program language without namespaces for years. But now it's over. Finally we have namespaces in PHP since PHP 5.3. My early impressions wasn't good.
</blockquote>
<p>
He talks about how, originally, he didn't like the naming conventions for namespaces but eventually he embraced them and realized some of the extra benefits they format gives. He still wonders, though, if they are better than some of the more traditional namespecing methods.
</p>]]></description>
      <pubDate>Tue, 03 Aug 2010 09:36:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings Blog: Zend_Paginator: First Impressions]]></title>
      <guid>http://www.phpdeveloper.org/news/11482</guid>
      <link>http://www.phpdeveloper.org/news/11482</link>
      <description><![CDATA[<p>
<i>Lorna Mitchell</i> has <A href="http://www.ibuildings.com/blog/archives/1531-Zend_Paginator-First-Impressions.html">posted an article</a> to the Ibuildings blog looking at the Zend_Paginator component of the Zend Frameworks, some of her first impressions.
</p>
<blockquote>
The idea of this module is to allow collections of data to be paginated. It takes the set, restricts the results, and can also generate the page numbers you need to move around between the resulting paginated data. Basically it saves me writing the same pagination code multiple times and then having to fix the bug where the last result on the previous page appears on the next ... all this has been thought of already.
</blockquote>
<p>
She shows how it works with a simple example - paginating results from a database table, setting the count per page and the current page number. This object is pushed out to the view and rendered (in her case) via a Smarty template.
</p>]]></description>
      <pubDate>Tue, 02 Dec 2008 07:53:52 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jonathan Snook's Blog: Zend Framework: First Impressions]]></title>
      <guid>http://www.phpdeveloper.org/news/8213</guid>
      <link>http://www.phpdeveloper.org/news/8213</link>
      <description><![CDATA[<p>
<i>Jonathan Snook</i> has <a href="http://snook.ca/archives/php/zend_framework_first_impressions/">posted some of his first impressions</a> of the Zend Framework to his blog today - and so far, they're pretty good:
</p>
<blockquote>
Last week, the first production release of the Zend Framework was released. I've taken some time to read through the documentation to understand what each of the components do. And you know what? I think I like it.
</blockquote>
<p>
He <a href="http://snook.ca/archives/php/zend_framework_first_impressions/">talks about</a> what the framework is, how it compares to the CakePHP framework and his example of making a simple del.icio.us class to pull recent posts from a feed.
</p>]]></description>
      <pubDate>Tue, 10 Jul 2007 10:14:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Evert Pot's Blog: PHPUnit3 : first impressions]]></title>
      <guid>http://www.phpdeveloper.org/news/7819</guid>
      <link>http://www.phpdeveloper.org/news/7819</link>
      <description><![CDATA[<p>
<i>Evert Pot</i> has posted some of his <a href="http://www.rooftopsolutions.nl/article/128">initial impressions</a> of the latest version of PHPUnit that he got his hands on - PHPUnit 3:
</p>
<blockquote>
For a testing framework I picked <a href="http://www.phpunit.de/">PHPUnit</a>. My main reason for picking this was that its fully written in PHP5, it can produce some pretty good reports and the biggest reason is simply because I hear a lot of good stuff about it.
</blockquote>
<p>
Among his thoughts were mentions of PHPUnit's great documentation (but made it hard to just get started), a bit of unintuitive functionality with the addTestSuite method and some of the pain that it took to get together a full suite of tests.
</p>]]></description>
      <pubDate>Thu, 10 May 2007 11:48:00 -0500</pubDate>
    </item>
  </channel>
</rss>
