<?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, 20 Jun 2013 07:33:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[7PHP.com: Interview with Rob Allen: Author of Zend Framework in Action]]></title>
      <guid>http://www.phpdeveloper.org/news/18728</guid>
      <link>http://www.phpdeveloper.org/news/18728</link>
      <description><![CDATA[<p>
On 7PHP.com today they've posted the latest in their interview series with people from all across the PHP community. In this most recent post, they <a href="http://7php.com/php-interview-rob-allen/">talk with Rob Allen</a>, author of the "Zend Framework in Action" book and well known speaker and Zend Framework contributor.
</p>
<blockquote>
In this edition I talked with Rob Allen who is the main author of the famous PHP book "Zend Framework in Action". He is very passionate about the whole Zend stuffs: he's a contributor to the Zend_Config component in Zend Framework 1, he's a member of the <a href="http://www.zend.com/en/services/certification/framework/education-advisory-board">Zend Framework Education Advisory Board</a>, he keeps on with his contributions with the new Zend Framework 2 and he rambles a lot about QUALITY Zend Framework tutorials on his blog. Rob is fond of writing; his latest <a href="http://phpadvent.org/">PHP-Advent</a> article is "<a href="http://phpadvent.org/2011/better-than-the-rest-by-rob-allen">Better Than the Rest</a>" and is also a regular conference speaker, speaking at the likes of ZendCon, PHP North West, PHP|Tek and <a href="http://akrabat.com/talks/">a whole lots of places</a>.
</blockquote>
<p>In the interview <i>Rob</i> answers questions about:</p>
<ul>
<li>How he got started with PHP
<li>His advice to beginning PHP developers and ones looking to improve themselves
<li>Who he works (IDE, debugging, testing)
<li>Some recommended resources to learning and keeping up to date
<li>and some of his thoughts about conferences
</ul>]]></description>
      <pubDate>Mon, 12 Nov 2012 09:47:52 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMaster.com: An Intro to Virtual Proxies, Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/17838</guid>
      <link>http://www.phpdeveloper.org/news/17838</link>
      <description><![CDATA[<p>
On PHPMaster.com today there's a new tutorial from <i>Alejandro Gervasio</i> about <a href="http://phpmaster.com/intro-to-virtual-proxies-1/">using virtual proxies</a> in your application - a method in development that provides a layer of abstraction on top of domain objects and makes it more efficient to work with (and lazy load) them.
</p>
<blockquote>
Often referenced by a few other fancy names, the substitute is generically called a <a href="http://en.wikipedia.org/wiki/Proxy_pattern">virtual proxy</a>, a sort of stand-in that exploits the neatness of Polymorphism and interacts with the actual domain objects. Proxies aren't new to PHP. <a href="http://www.doctrine-project.org/">Doctrine</a> and <a href="http://framework.zend.com/">Zend Framework 2.x</a> make use of them, although with different aims. On behalf of a didactic cause, however, it would be pretty instructive to implement some custom proxy classes and use them for lazy-loading a few basic aggregates from the database, this way illustrating how virtual proxies do their stuff under the hood.
</blockquote>
<p>
He starts off by setting up a domain model for a "Post" and "Author" - a typical blog example.Based on the definition of these classes, he creates a mapper class to generate Author objects and an "AuthorProxy" class that uses a "loadAuthor" method to only load in the author's details when a property is requested. He gives a bit more code showing it in action and the difference between using the normal Author and AuthorProxy class.
</p>]]></description>
      <pubDate>Thu, 19 Apr 2012 08:52:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: The ABC's of PHP: Introduction to PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12035</guid>
      <link>http://www.phpdeveloper.org/news/12035</link>
      <description><![CDATA[<p>
PHPBuilder.com is starting off a new series today that, if you're new to the PHP language, aims to teach you everything you might need to know to get up to speed. Today they've posted <a href="http://www.phpbuilder.com/columns/peter_shaw20090226.php3">the first article</a> in the series, an introduction to the author (<i>Peter Shaw</i>) and a mention of what PHP can do for you.
</p>
<blockquote>
In this 10 part series, I'm going to take you through the basics of PHP and hopefully give you a taste of what such a versatile language can do. I am not, however, going to preach that PHP is the greatest thing since sliced bread. I'll let you decide that for yourself! 
</blockquote>
<p>
He introduces himself first, talking about some of his past experience with PHP and other various languages. He then goes on to talk about where PHP came from, a high-level look at how it works in both the web and command-line environments.
</p>]]></description>
      <pubDate>Fri, 27 Feb 2009 09:31:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPFreaks.com: Writing for PHP Freaks]]></title>
      <guid>http://www.phpdeveloper.org/news/11165</guid>
      <link>http://www.phpdeveloper.org/news/11165</link>
      <description><![CDATA[<p>
If you're looking for a way to give back to the PHP community, there's plenty of ways - one of which could be <a href="http://www.phpfreaks.com/blog/writing-for-php-freaks">writing for PHPFreaks.com</a>.
</p>
<blockquote>
We have decided to give people the chance to write tutorials and blog posts for PHP Freaks. [...] You'll be writing about things that are of general interest to PHP developers and you will be writing tutorials for people who are learning about PHP at any level (i.e. from beginner tutorials to advanced topics). We would rather have tutorials that teach programming/coding concepts or theory than specific things, such as a blog.
</blockquote>
<p>
You'll need to <a href="http://www.phpfreaks.com/forums/index.php?action=profile;sa=groupMembership;request=23">request membership</a> and join the "Authors" group to get started. Check out <a href="http://www.phpfreaks.com/blog/writing-for-php-freaks">their list</a> of other criteria you'll need to match too.
</p>]]></description>
      <pubDate>Wed, 08 Oct 2008 07:51:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Inside Open Source: Matt Westgate on Drupal Theming]]></title>
      <guid>http://www.phpdeveloper.org/news/8538</guid>
      <link>http://www.phpdeveloper.org/news/8538</link>
      <description><![CDATA[<p>
On the Inside Open Source blog today, <i>Jason Gilmore</i> <a href="http://opensource.apress.com/article/283/matt-westgate-on-drupal-theming">mentions an upcoming event</a> the Drupal-ers out there might want to check out:
</p>
<blockquote>
Co-author of <a href="http://www.amazon.com/Pro-Drupal-Development-John-VanDyk/dp/1590597559/">Pro Drupal Development</a> Matt Westgate will be giving a live webinar on how to customize Drupal themes. The webinar is slated for September 9 at 7pm GMT, so mark your calendars!
</blockquote>
<p>
You can find out more information about the webinar on <a href="http://groups.drupal.org/node/5804">the Groups.Drupal</a> website.
</p>]]></description>
      <pubDate>Tue, 28 Aug 2007 07:55:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: PHP UK Conference 2007]]></title>
      <guid>http://www.phpdeveloper.org/news/7341</guid>
      <link>http://www.phpdeveloper.org/news/7341</link>
      <description><![CDATA[<p>
Those that didn't get a chance to check out this year's <a href="http://www.phpconference.co.uk/">PHP UK Conference</a> can get a little taste of what it was like from <I>Rob Allen</i>'s perspective in <a href="http://akrabat.com/2007/02/24/php-uk-conference-2007/">his latest blog post</a> today.
</p>
<p>
Included in the happenings he mentions were the talk that <i>Cal Evans</i> of the Zend Developer Zone gave on mashups, <i>Kevin Henney</i>'s look at Object Orientation, and <i>Rasmus Lerdorf</i>'s look at PHP5 performance/security. He also mentions meeting up with <i>Dagfinn Reiersol</i> (author of PHP in Action) to "talk shop" a bit about writing books.
</p>
<p>
You can check out all of the details about the conference that was over on <a href="http://www.phpconference.co.uk/">their website</a> including summaries of the talks that were given during this jam-packed one day event.
</p>]]></description>
      <pubDate>Mon, 26 Feb 2007 09:04:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Davey Shafik and Ben Ramsey on the Zend Certification Exam Study Guide]]></title>
      <guid>http://www.phpdeveloper.org/news/6455</guid>
      <link>http://www.phpdeveloper.org/news/6455</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today, there's <a href="http://devzone.zend.com/node/view/id/1029">an interview</a> with the co-authors of the recently released book from php|architect, the <a href="http://www.zend.com/store/book/zend_php_5_certification_study_guide">Zend Certification Study Guide</a>.
</p>
<blockquote>
The new <a href="http://www.zend.com/store/book/zend_php_5_certification_study_guide">Zend Certification Study Guide</a> is out and the initial reviews look good. Since this was a topic of interest to me (mainly because I've yet to take the test) I decided to dig a little deeper. I fired up my recorder and called <a href="http://www.pixelated-dreams.com/">Davey Shafik</a> and <a href="http://benramsey.com/">Ben Ramsey</a>, the authors of the new guide, to talk to them. Here to give you a little of the back story is our conversation.
</blockquote>
<p>
They <a href="http://devzone.zend.com/node/view/id/1029">talk about</a>:
<ul>
<li>the release of the book
<li>some of the contents of the chapters (including the <a href="http://www.zend.com/media/files/pdf/store/sample_chapter">sample chapter</a> on security)
<li><i>Davey</i>'s experience with the exam/<i>Ben</i>'s use of his PHP4 certification in his work
<li>and the practice tests that php|architect is offering to get developers prepared.
</p>]]></description>
      <pubDate>Mon, 09 Oct 2006 14:56:00 -0500</pubDate>
    </item>
  </channel>
</rss>
