<?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>Fri, 09 Jan 2009 22:44:31 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPClasses.org: Where are the PHP women?]]></title>
      <guid>http://www.phpdeveloper.org/news/6590</guid>
      <link>http://www.phpdeveloper.org/news/6590</link>
      <description><![CDATA[<p>
It seems the "PHP Women" group is getting support from all over, including from <a href="http://www.phpclasses.org/blog/post/59-Where-are-the-PHP-women.html">this post</a> on the PHPClasses.org site.
</p>
<blockquote>
<p>
This post lets you know about a new initiative to bring together the women that work with PHP throughout the world.
</p>
<p>
It explains how spreading the word is vital for the success of communities of specific interests. The article also tells what you can do to help.
</p>
</blockquote>
<p>
<i>Manuel Lemos</i> <a href="http://www.phpclasses.org/blog/post/59-Where-are-the-PHP-women.html">talks about the group</a>, the formation of it, and who it tries to appeal to. He also gives a suggestion or two of how to help the group really get started (spread the word). There's also <a href="http://www.phpclasses.org/blog/post/36-PHP-User-Groups-diffusion-initiative.html">a link</a> to the user group information on the PHPClasses.org site, as well as <a href="http://www.phpwomen.org/wordpress/delegations/">a link to</a> the "Delegations" section of the official PHP Women site.
</p>]]></description>
      <pubDate>Fri, 27 Oct 2006 07:58:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer.com: PHP 5 OOP - Delegation and Custom Exceptions]]></title>
      <guid>http://www.phpdeveloper.org/news/5429</guid>
      <link>http://www.phpdeveloper.org/news/5429</link>
      <description><![CDATA[<p>
Developer.com has posted <a href="http://www.developer.com/lang/php/article.php/3608266">the next part</a> in their series covering object oriented programming in PHP5, this time focusing on using delegation to enhance the functionality of their prexisting DBQuery class.
</p>
<quote>
<i>
At present our DBQuery object simply mimics (all be it - rather simply) a stored procedure. Once executed a result resource is returned which you must store and pass the MySqlDB object if you wish to use functions such as num_rows() or fetch_row() on the result set. Would it not be nice if the DBQuery object were able to implement the functions which the MySqlDB object implements; that are designed to work on the result of an executed query?
</i>
</quote>
<p>
They <a href="http://www.developer.com/lang/php/article.php/3608266">explain each step</a> of the way, giving you the code you'll need to attach to the current working script, making this delegation possible. They look briefly at tpye hinting and simple exception handling in the script before hitting you with a full-blown Exception handler class to improve your script's reliability.
</p>]]></description>
      <pubDate>Tue, 23 May 2006 12:06:36 -0500</pubDate>
    </item>
  </channel>
</rss>
