<?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, 19 Jun 2013 14:08:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ZendCasts.com: Fun with Phar]]></title>
      <guid>http://www.phpdeveloper.org/news/16944</guid>
      <link>http://www.phpdeveloper.org/news/16944</link>
      <description><![CDATA[<p>
New today on ZendCasts.com there's a screencast tutorial about <a href="http://www.zendcasts.com/fun-with-phar/2011/10/">using phar archives</a> in your applications. 
</p>
<blockquote>
Phar is a new thing that's developed on the horizon over the last few years that's essentially a PHP archive or library.
</blockquote>
<p>
He shows how to set up a basic application (non-Zend Framework) that does a "hello world" sort of output showing a date "next week". Also included are the commands to bundle it up into a phar archive using the <a href="http://php.net/phar">features already built into PHP</a>. The build stub uses the <a href="http://php.net/buildFromDirectory">buildFromDirectory</a> and compression/buffering. He also points out a common problem with the default settings on many PHP installed - an INI setting that disables phar creation. Thankfully, it's easy to change via a <a href="http://php.net/ini_set">ini_set</a> call updating the "phar.readonly" setting.
</p>]]></description>
      <pubDate>Tue, 04 Oct 2011 08:14:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ZendCasts.com: Unit Testing Models]]></title>
      <guid>http://www.phpdeveloper.org/news/15271</guid>
      <link>http://www.phpdeveloper.org/news/15271</link>
      <description><![CDATA[<p>
New from ZendCasts.com there's <a href="http://www.zendcasts.com/unit-testing-models/2010/10/">a webcast about testing models</a> in your Zend Framework applications.
</p>
<blockquote>
A walkthrough on how to build up a simple model layer using a test-driven development approach.
</blockquote>
<p>
You'll need a project already set up to follow along (he doesn't walk you through the creation of one or the setup of PHPUnit) but the process is pretty simple. He shows how to create some unit tests with the TDD method to help create better code through anticipated feature testing.
</p>]]></description>
      <pubDate>Wed, 13 Oct 2010 10:49:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ZendCasts.com: Autocomplete Control with ZendX_JQuery]]></title>
      <guid>http://www.phpdeveloper.org/news/14856</guid>
      <link>http://www.phpdeveloper.org/news/14856</link>
      <description><![CDATA[<p>
New from ZendCasts.com today there's <a href="http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/">a new screencast</a> taking their integration of jQuery with the Zend Framework to the next level - creating an autocomplete control.
</p>
<blockquote>
In the last video, I discussed ZendX_JQuery integration. Now we're going to take it a step further by developing our own jQuery autocomplete control, using a country list, PHP 5.3 and anonymous functions.
</blockquote>
<p>
You can watch the video <a href="http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/">via the in-page player</a> and you can download either a copy of <a href="http://zendcasts.googlecode.com/svn/trunk/zc59-autocomplete-with-zendx-jquery/zc59-autocomplete-with-zendx-jquery.zip">just the project</a> or <a href="http://code.google.com/p/zendcasts/source/browse/trunk/zc59-autocomplete-with-zendx-jquery">browse the whole repository</a> for this and other projects.
</p>]]></description>
      <pubDate>Tue, 27 Jul 2010 09:48:57 -0500</pubDate>
    </item>
  </channel>
</rss>
