<?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>Tue, 21 May 2013 06:11:41 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brandon Savage: Best PHP Blogs To Follow]]></title>
      <guid>http://www.phpdeveloper.org/news/19202</guid>
      <link>http://www.phpdeveloper.org/news/19202</link>
      <description><![CDATA[<p.
<i>Brandon Savage</i> has <a href="http://www.brandonsavage.net/best-php-blogs-to-follow">posted a list</a> of blogs he suggests following for those interested in the PHP community including (disclaimer) PHPDeveloper.org itself.
</p>
<blockquote>
A lot of people, especially when starting out in PHP, ask me "what blogs should I read?" There are a lot of great PHP blogs (you can see a nearly complete list of them at <a href="http://www.planet-php.net/">Planet PHP</a>) but there are a few that I read on a regular basis and I feel are important.
</blockquote>
<p>
His list includes PHP community members like <a href="http://mwop.net/blog/tag/php.html">Matthew Weier O'Phinney</i>, <a href="http://www.littlehart.net/atthekeyboard/">Chris Hartjes</a>, <a href="http://blog.ircmaxell.com/">Anthony Ferrara</a> and the <a href="http://phpmaster.com/">PHPMaster.com</a> site from SitePoint. Check out <a href="http://www.brandonsavage.net/best-php-blogs-to-follow">the full list</a> for more great blogs.
</p>]]></description>
      <pubDate>Tue, 19 Feb 2013 11:51:17 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ralph Schindler's Blog: PHP Constructor Best Practices And The Prototype Pattern]]></title>
      <guid>http://www.phpdeveloper.org/news/17659</guid>
      <link>http://www.phpdeveloper.org/news/17659</link>
      <description><![CDATA[<p>
In <a href="http://ralphschindler.com/2012/03/09/php-constructor-best-practices-and-the-prototype-pattern">this new post</a> <i>Ralph Schindler</i> takes a look at the Prototype design pattern and uses it to illustrate some best practices in using constructors in PHP.
</p>
<blockquote>
If your knowledge of constructors ends with "the place where I put my object initialization code," read on. While this is mostly what a constructor is, the way a developer crafts their class constructor greatly impacts the initial API of a particular class/object; which ultimately affects usability and extensibility. After all, the constructor is the first impression a particular class can make.
</blockquote>
<p>
He starts at ground level, reintroducing what a constructor is and what it should (and shouldn't) be used for. He talks about constructor overloading, constructor injection, dynamic class extension and using the <a href="http://en.wikipedia.org/wiki/Prototype_pattern">Prototype pattern</a> to create "an unlimited number of objects of a particular type, with dependencies in tact, each with slight variations." He gives an example with a "DbAdapter" class, showing dynamic class instantiation and how to, using the Prototype method, inject a DbAdapter object and have your class use that instead.
</p>]]></description>
      <pubDate>Mon, 12 Mar 2012 11:26:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: The best developers hit F5]]></title>
      <guid>http://www.phpdeveloper.org/news/16778</guid>
      <link>http://www.phpdeveloper.org/news/16778</link>
      <description><![CDATA[<p>
<i>Kevin Schroeder</i> <a href="http://www.eschrade.com/page/the-best-developers-hit-f5/">has a suggestion</a> for developers out there - you should hit F5 more often:
</p>
<blockquote>
The best developers hit "Refresh"?  No.  Well, yes, but that's not what I was referring to.  F5 is what you hit in Zend Studio/PDT to "Step Into" during a debug session.  A LOT of developers just look at an API, or code completion, write to it, commit, deploy and they're done.  I have found that the best developers not only build to the API, whatever it is, but also watch the API at work.
</blockquote>
<p>
In his opinion, he's never met "the smartest PHP developer", someone who couldn't learn something from stepping through someone else's code. You don't even need to fully know what's going on to catch helpful bits of code or new ideas you may not have thought of along the way. He also suggests conferences (like <a href="http://www.zendcon.com/">ZendCon</a>) are an excellent place to pick these same things up, just in person.
</p>
<blockquote>
Having been asked what people can do to become better programmers, I would respond by saying that hitting F5 would be pretty high on my list.
</blockquote>]]></description>
      <pubDate>Fri, 26 Aug 2011 10:42:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[LearnComputer.com: Best PHP Books: My Top 5 Choices]]></title>
      <guid>http://www.phpdeveloper.org/news/16128</guid>
      <link>http://www.phpdeveloper.org/news/16128</link>
      <description><![CDATA[<p>
On LearnComputer.com there's a new post with their <a href="http://www.learncomputer.com/best-php-books-my-top-5-choices/">top five choices of PHP books</a> they see as good resources for any developer wanting to improve their grasp of the language.
</p>
<blockquote>
Continuing with our <a href="http://www.learncomputer.com/tag/book-review/">best-five-book</a> series, today we are introducing our pick of the top 5 PHP books. Obviously, PHP has been around much longer than our other review subjects such as Android or HTML5, and there is a greater general variety of books to choose from.
</blockquote>
<p>
Their list of top five covers a pretty good range of skillsets, but leans more towards the introductory level:
</p>
<ul>
<li>Professional PHP6 (and yes, they mention that the title is "blatant false advertising" since PHP6 is nowhere to be found)
<li>Learning PHP, MySQL, and JavaScript: A Step-by-Step Guide to Creating Dynamic Websites
<li>PHP Solutions: Dynamic Web Design Made Easy
<li>Beginning PHP and MySQL: From Novice To Professional
<li>Head First PHP & MySQL
</ul>]]></description>
      <pubDate>Thu, 31 Mar 2011 09:57:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Adminx Web: 15 Best Ever PHP Frameworks]]></title>
      <guid>http://www.phpdeveloper.org/news/15251</guid>
      <link>http://www.phpdeveloper.org/news/15251</link>
      <description><![CDATA[<p>
Adminx Web has posted a list that, in their opinion, contains the <a href="http://www.admixweb.com/2010/10/06/15-best-ever-php-frameworks/">fifteen frameworks</a> that should be considered the "best ever" in PHP development. Some of them you might not have heard of, but give it a read and see if you agree.
</p>
<blockquote>
Frameworks are the streamlined flow of PHP codes meshed up and baked for you to just use and implement. PHP frameworks are the result of codes written by many talented developers around the world. In other words, PHP frameworks help to promote rapid application development (RAD), which saves you time, helps build more stable applications, and reduces the amount of repetitive coding for developers. Today, in this article, we present before you 15 best PHP frameworks that are both light and easy to implement.
</blockquote>
<p>
The frameworks mentioned cover more than just your typical MVC application environment. There's a few that touch on other technologies like REST, microframeworks and Ajax integration. Here's some of the list:
</p>
<ul>
<li><a href="http://www.recessframework.org/">Recess</a>
<li><a href="http://www.akelos.org/">Akelos</a>
<li><a href="http://www.tekuna.org/">Tekuna</a>
<li><a href="http://framework.zend.com">Zend Framework</a>
<li><a href="http://codeigniter.com/">CodeIgniter</a>
</ul>]]></description>
      <pubDate>Fri, 08 Oct 2010 10:13:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Bernat's Blog: My PHP Best Practices]]></title>
      <guid>http://www.phpdeveloper.org/news/11169</guid>
      <link>http://www.phpdeveloper.org/news/11169</link>
      <description><![CDATA[<p>
<i>Mike Bernat</i> has come up with a list of (eight things) <a href="http://www.mikebernat.com/blog/My_PHP_Best_Practices">his best practices</a> when it comes to PHP development:
</p>
<blockquote>
I suggest a more retro-active approach [than trial and error]. Studying, surrounding, and forcing yourself to abide by best-practice coding standards will yield surprising results in your applications despite the fact that it may seem like more work than it's worth.
</blockquote>
<p>
Topics included in his list are things like:
</p>
<ul>
<li>Always develop with error reporting set at E_ALL and E_STRICT
<li>Portability, Portability, Portability!
<li>Don't over-think!
<li>Validate & Sanitize your Inputs!
</ul>
<p>
Check out the rest of <a href="http://www.mikebernat.com/blog/My_PHP_Best_Practices">the post</a> for more suggestions and explainations.
</p>]]></description>
      <pubDate>Wed, 08 Oct 2008 11:17:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Roshan Bhattarai's Blog: Which is the best PHP framework ?]]></title>
      <guid>http://www.phpdeveloper.org/news/10491</guid>
      <link>http://www.phpdeveloper.org/news/10491</link>
      <description><![CDATA[<p>
<i>Roshan Bhattarai</i> has set up an <a href="http://roshanbh.com.np/2008/06/which-is-the-best-php-framework.html">informal poll</a> in an entry on his site asking visitors to rate what they think the "best" PHP framework is.
</p>
<blockquote>
I've been asked a lot of times which is the best PHP framework. Well, it's a very difficult question to answer this question and there are some pros and corns in each framework. So, today I would to hear your views via poll.
</blockquote>
<p>
Included in the list are <a href="http://www.cakephp.org" target="_blank"> CakePHP</a>, <a href="http://www.symfony-project.org/%20" target="_blank">Symfony</a>, <a href="http://framework.zend.com/" target="_blank">Zend Framework</a>, <a href="http://codeigniter.com/" target="_blank">CodeIgniter</a>. Coming out with around forty-three percent of the votes, though, is the Zend Framework with CakePHP following with twenty-two percent.
</p>]]></description>
      <pubDate>Thu, 26 Jun 2008 09:38:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Top-books.org: Top PHP Books]]></title>
      <guid>http://www.phpdeveloper.org/news/7089</guid>
      <link>http://www.phpdeveloper.org/news/7089</link>
      <description><![CDATA[<p>
If you're looking for a good PHP resource, check out <a href="http://top-books.org/php">this list</a> from Top-books.org - a listing of PHP and web-related books ranked by their Amazon ranking.
</p>
<p>
Included in the list are books like:
<ul>
<li><i>Luke Welling</i> and <i>Laura Thomson</i>'s <a href="http://top-books.org/book/0672326728">PHP and MySQL Web Development</a>
<li><a href="http://top-books.org/book/1590595521">Beginning PHP and MySQL 5: From Novice to Professional, Second Edition</a> by <i>Jason Gilmore</i>
<li><i>Chris Snyder</i> and <i>Michael Southwell</i>'s <a href="http://top-books.org/book/1590595084">Pro PHP Security (Pro)</a>
</ul>
and many more....check out <a href="http://top-books.org/php">the full listing</a> to find a good one on your chosen topic.
</p>]]></description>
      <pubDate>Mon, 15 Jan 2007 07:40:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Weir O'Phinney's Blog: ZendCon: Best Practices Session]]></title>
      <guid>http://www.phpdeveloper.org/news/6502</guid>
      <link>http://www.phpdeveloper.org/news/6502</link>
      <description><![CDATA[<p>
The this year's <a href="http://www.zendcon.com">Zend/PHP Conference & Expo</a>, <i>Matthew Weir O'Phinney</i> and <i>Mike Naberezny</i> wil be presenting a "Best Practices" session, which <i>Matthew</i> talks a bit about in his <a href="http://weierophinney.net/matthew/archives/127-ZendCon-Best-Practices-Session.html">latest blog entry</a>.
</p>
<blockquote>
We had so much fun presenting during last year's conference, we thought we'd do it again. The session is a pre-conference tutorial session, running for 3 hours on Monday morning, 30 October 2006. 
</blockquote>
<p>
The session will be divided up into two different main sections - programming practices and tools and processes. Each of these have their subsections, including test drive development/unit testing, project documentation, and collaboration tips and tools.
</p>]]></description>
      <pubDate>Mon, 16 Oct 2006 08:12:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Kore Nordmann's Blog: Weekender talks online]]></title>
      <guid>http://www.phpdeveloper.org/news/6469</guid>
      <link>http://www.phpdeveloper.org/news/6469</link>
      <description><![CDATA[<p>
<i>Kore Nordmann</i> has <a href="http://kore-nordmann.de/home/blog/php/weekender_talks_online">posted about</a> the talks from the <a href="http://weekender.phpugdo.de/">PHPWeekender</a> event being posted online.
</p>
<p>
The talks followed three topics:
<ul>
<li>Best Practices - security, performance up to basic OOP features in PHP and debugging
<li>Object-oriented programming - "OO Candy store"
<li>and the ever-popular "Enterprise PHP"
</ul>
You can check out the slides and information for each of the talks on <a href="http://kore-nordmann.de/home/talks_tutorials_and_publications">Kore's own page</a> listing them out (as well as some other great talks from other conferences).
</p>]]></description>
      <pubDate>Tue, 10 Oct 2006 12:33:00 -0500</pubDate>
    </item>
  </channel>
</rss>
