<?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>Mon, 12 May 2008 17:31:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: PHP array_walk(): Run an array through a function]]></title>
      <guid>http://www.phpdeveloper.org/news/10020</guid>
      <link>http://www.phpdeveloper.org/news/10020</link>
      <description><![CDATA[<p>
The Developer Tutorials blog has a <a href="http://www.developertutorials.com/blog/php/php-functions/php-array_walk-run-an-array-through-a-function-128/">quick example</a> of how to use the array_walk function to maneuver through the array of your choosing and applying a callback method to each of its elements.
</p>
<blockquote>
It’s a common sight: taking an array and running (well, walking) its elements through a particular function. Luckily, PHP provides a simple yet powerful function to overcome this: array_walk().
</blockquote>
<p>
They include an example, giving a sample "some_function" the array_walk method uses when it's called, replacing a foreach (or other type of loop). Plus you can specify an object with the callback to run it against a method inside a class too.
</p>]]></description>
      <pubDate>Wed, 23 Apr 2008 08:47:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pear-Code-Authors.com: Installation of a local PEAR copy on a shared host]]></title>
      <guid>http://www.phpdeveloper.org/news/9869</guid>
      <link>http://www.phpdeveloper.org/news/9869</link>
      <description><![CDATA[<p>
<i>Jacques Marneweck</i> <a href="http://www.powertrip.co.za/blog/archives/000596.html">points out</a> a tutorial he came across showing how to perform an installation of the PEAR library system <a href="http://www.pear.code-authors.com/installation.shared.html">on a shared host</a>.
</p>
<blockquote>
This is quite useful when you are forced into using a <a href="http://a2hosting.com/">clueless shared host</a> who only have the bare PEAR installation on their servers, and have not ever considered installing DB, Mail, Net_SMTP, etc. which lots of people use instead of reinventing the wheel with each project.
</blockquote>
<p>
The steps of <a href="http://www.pear.code-authors.com/installation.shared.html">the tutorial</a> are pretty simple and they include two different ways - installing it to your docroot directory if the web host already has the pear binary set up or using ftp/ftps/sftp to upload and install the needed files.
</p>]]></description>
      <pubDate>Thu, 27 Mar 2008 12:02:43 -0500</pubDate>
    </item>
  </channel>
</rss>
