<?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 07:35:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: The Whens and Whys for PHP Design Patterns]]></title>
      <guid>http://www.phpdeveloper.org/news/18709</guid>
      <link>http://www.phpdeveloper.org/news/18709</link>
      <description><![CDATA[<p>
On NetTuts.com there's a recent post that tries to explain the <a href="http://net.tutsplus.com/tutorials/php/the-whens-and-whys-for-php-design-patterns/">"whens" and "whys" of design patterns</a> - when using them is a good idea and why you might want to implement them as a part of your application.
</p>
<blockquote>
There are plenty of articles that explain what design patterns are, and how to implement them; the web doesn't need yet another one of those articles! Instead, in this article, we will more discuss the when and why, rather than the which and how. I'll present different situations and use-cases for patterns, and will also provide short definitions to help those of you who are not so familiar with these specific patterns.
</blockquote>
<p>
They've broken them up by topic instead of by the patterns themselves with sections like:
</p>
<ul>
<li>Finding the Data We Need
<li>Reusability
<li>Discover-ability
<li>Singularity
<li>Controlling Different Objects
</ul>
<p>
There's also a few sections that look at other patterns that really only have a handful of uses - like the Decorator, State and Composite patterns.
</p>]]></description>
      <pubDate>Wed, 07 Nov 2012 10:50:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Noupe.com:  Discussing PHP Frameworks: What, When, Why and Which?]]></title>
      <guid>http://www.phpdeveloper.org/news/12943</guid>
      <link>http://www.phpdeveloper.org/news/12943</link>
      <description><![CDATA[<p>
In <a href="http://www.noupe.com/php/discussing-php-frameworks.html">this new article</a> from Noupe.com they look at a hot topic in the PHP community - frameworks - and give an overview of the features of five popular choices.
</p>
<blockquote>
PHP is the world's most popular scripting language for many different reasons - flexibility, ease-of-use, among others - but often times coding in PHP, or any language for that matter, can get rather monotonous and repetitive. That's where a PHP framework can help. [...] Frameworks can also help beginners to build more stable apps by ensuring proper database interaction and coding on the presentation layer. This allows you to spend more time creating the actual web application, instead of spending time writing repetitive code.
</blockquote>
<p>
They touch on why you should use a framework and when are appropriate times to make them a part of your development. They also point out a few common mistakes that are often made when using frameworks like using a framework above your skill level or ensuring that all other technologies will work with your framework of choice.
</p>
<p>They finish the article off with a look at the features of five different frameworks:</p>
<ul>
<li><a href="http://framework.zend.com/">Zend Framework</a>
<li><a href="http://cakephp.org/">CakePHP</a>
<li><a href="http://www.symfony-project.org/">Symfony</a>
<li><a href="http://codeigniter.com/">CodeIgniter</a>
<li><a href="http://seagullproject.org/">Seagull</a>
</ul>]]></description>
      <pubDate>Mon, 27 Jul 2009 09:48:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerPHP.com: PHP Design Patterns - when should they be used?]]></title>
      <guid>http://www.phpdeveloper.org/news/5966</guid>
      <link>http://www.phpdeveloper.org/news/5966</link>
      <description><![CDATA[<p>
On the KillerPHP.com website, there's <a href="http://www.killerphp.com/articles/php-design-patterns/">a brief look</a> at design patterns, specifically using them in PHP:
</p>
<blockquote>
Since the release of PHP 5, the PHP world has slowly started to get into more advanced programming, things like object oriented concepts and the use of design patterns.
</blockquote>
<p>
<i>Stefan Mischook</i> <a href="http://www.killerphp.com/articles/php-design-patterns/">describes the patterns simply</a>, as nothing more than standardized ways of solving common programming problems. He lists a few of the more well-known patterns and answers a few common questions developers have about them:
<ul>
<li>When should you start learning and using design patterns?
<li>The dark side of design patterns (when should I use them?)
<li>What can we learn from Java's bad experience?
</ul>
</p>
<p>
I love his <a href="http://www.killerphp.com/articles/php-design-patterns/">final comment</a> - it sums the design pattern experience up well:
</p>
<blockquote>
I am not saying that design patterns are bad, I just think they should be used only in the right context: you don't need an 18 wheeler truck to move a chair...
</blockquote>]]></description>
      <pubDate>Mon, 07 Aug 2006 06:21:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Des Traynor's Blog: I hated php back when it was cool]]></title>
      <guid>http://www.phpdeveloper.org/news/4889</guid>
      <link>http://www.phpdeveloper.org/news/4889</link>
      <description><![CDATA[<i>Des Traynor</i> shares some of his opinions on PHP in his <a href="http://www.minds.may.ie/~dez/serendipity/index.php?/archives/51-I-hated-php-back-when-it-was-cool.html">latest blog post</a> - "I hated php back when it was cool".
<p>
<quote>
<i>
This is a short smug entry, written in the  "Yeah, well I liked them before they even had a record deal" style associated with trend snobs. Except in this case, its the opposite, I am claiming that I hated something back when it was cool. Thanks to blogging my opinion earlier, I even have proof! PHP should stand for Pretty Huge Problem.
</i>
</quote>
<p>
He <a href="http://www.minds.may.ie/~dez/serendipity/index.php?/archives/51-I-hated-php-back-when-it-was-cool.html">mentions</a> some of the rants, langauge switchers, and general complaints that have come up about PHP, including the combination of code and HTML, the "safe mode" feature, and PHP's "battered on" nature of development. He also goes off a bit on the (inevitable) backlash that Rails and Ajax will see in the future, and wonders how far off it will be.]]></description>
      <pubDate>Thu, 23 Feb 2006 07:26:24 -0600</pubDate>
    </item>
  </channel>
</rss>
