<?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 04:08:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ralph Schinlder's Blog: PHPundamentals Series: A Background on Statics (Part 1 on Statics)]]></title>
      <guid>http://www.phpdeveloper.org/news/14477</guid>
      <link>http://www.phpdeveloper.org/news/14477</link>
      <description><![CDATA[<p>
<i>Ralph Schindler</i> has started up a new series of posts to his blog with <a href="http://ralphschindler.com/2010/05/06/phpundamentals-series-a-background-on-statics-part-1-on-statics">this first article</a> looking one of the fundamentals of PHP - statics.
</p>
<blockquote>
Static class members (from here on called simply, 'statics') in PHP conjure both the best and worst in developers for a variety of reasons. In part 1 of this series of articles on statics, we'll explore some background to get a better understanding of statics in PHP.
</blockquote>
<p>
He covers some of the places that the idea of "static" came from and how its used in a few other languages (including ones PHP borrowed some of its ideas from). He uses a few analogies to illustrate what statics are and even includes some illustrations of how the static scope of PHP compares with other languages (like Java and .NET). 
</p>]]></description>
      <pubDate>Fri, 07 May 2010 09:47:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Haim Michael's Blog: PHP Fundamentals (Online Course)]]></title>
      <guid>http://www.phpdeveloper.org/news/11748</guid>
      <link>http://www.phpdeveloper.org/news/11748</link>
      <description><![CDATA[<p>
<i>Haim Michael</i> has <a href="http://www.lifemichael.com/en/?p=281">put together a "PHP Fundamentals" class</a> that aims to cover most of the information one might need to take the Zend Certified Engineer certification.
</p>
<blockquote>
I am glad to announce about "PHP Fundamentals", a new course I have developed few months ago and recently completed to refine its slides and assignments. This course is available for free at <a href="www.abelski.com">www.abelski.com</a>. This new course overviews the basic topics in PHP and reflects a practical approach for learning this language.
</blockquote>
<p>
<a href="http://www.lifemichael.com/en/?p=281">This post</a> to his blog includes the PDF files for each of the sections in the course - everything from the "PHP Basics" out to "Exception Handling" and "The Standard PHP Library". 
</p>]]></description>
      <pubDate>Thu, 15 Jan 2009 12:04:32 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: 30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts]]></title>
      <guid>http://www.phpdeveloper.org/news/11436</guid>
      <link>http://www.phpdeveloper.org/news/11436</link>
      <description><![CDATA[<p>
In a <a href="http://www.ibm.com/developerworks/opensource/library/os-php-gamescripts1/index.html?ca=drs-tp4708">new tutorial</a> from the IBM developerWorks site starts off a new series looking at creating some games, from start to finish.
</p>
<blockquote>
PHP is an easy-to-use, easy-to-learn, widely accessible programming language. It's well suited for developing simple scripts you can use to help you in all kinds of games. Whether you play simple pen-and-paper games by yourself, complex tabletop role-playing games with a group of people, or online games of any kind, this series will have something for you. Each article in this "30 game scripts you can write in PHP" series will cover 10 scripts in 300 words or less (3d10 stands for "roll three 10-sided dice") simple enough for even a beginning developer, but useful enough for a seasoned game player.
</blockquote>
<p>
The ten scripts they walk you through are things like a die roller, a name generator, a deck builder/shuffler, a poker dealer and a crossword helper.
</p>]]></description>
      <pubDate>Thu, 20 Nov 2008 11:13:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Fundamentals of PHP Superglobals]]></title>
      <guid>http://www.phpdeveloper.org/news/8872</guid>
      <link>http://www.phpdeveloper.org/news/8872</link>
      <description><![CDATA[<p>
PHPBuilder.com has a <a href="http://www.phpbuilder.com/columns/ian_gilfillan20050801.php3">new article</a> published today that works through some of the basics behind using the superglobal variables in PHP.
</p>
<blockquote>
This month's article is aimed at PHP developers who're not yet familiar with the PHP superglobals. Usage of superglobals is fundamental to PHP web development, but, with all the recent changes in PHP, there are still many outdated tutorials, books, and sadly, still much confusion.
</blockquote>
<p>
They <a href="http://www.phpbuilder.com/columns/ian_gilfillan20050801.php3">look at</a> how to use them in a PHP script (in an HTML page) and what's contained in each of them (_GET, _POST, _ENV, _SERVER, etc).
</p>]]></description>
      <pubDate>Fri, 19 Oct 2007 13:56:00 -0500</pubDate>
    </item>
  </channel>
</rss>
