<?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>Sun, 19 May 2013 18:40:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Use Dice for Simplified PHP Dependency Injection]]></title>
      <guid>http://www.phpdeveloper.org/news/19428</guid>
      <link>http://www.phpdeveloper.org/news/19428</link>
      <description><![CDATA[<p>
On PHPBuilder.com there's a new tutorial showing how to <a href="http://www.phpbuilder.com/articles/application-architecture/design/use-dice-for-simplified-php-dependency-injection.html">use the Dice dependency injection container</a> to manage dependencies in your application.
</p>
<blockquote>
<a href="http://r.je/dice.html">Dice</a> is a Dependency Injection Container for PHP. It allows you to very quickly and simply use <a href="http://www.phpbuilder.com/columns/php-dependency-injection/Jason_Gilmore04292011.php3">Dependency Injection</a> techniques in your code with very minimal effort on your end. 
</blockquote>
<p>
The article talks some about the features of the Dice DIC and shares a simple introduction to its use in a more practical example. It uses constructor injection and type hinting to automatically handle the injections based on its current set of object references. 
</p>
<blockquote>
With Dice you don't have to worry about how the User accesses the Session object, you add it as a constructor parameter and it Just works. You don't need to reconfigure the container, you don't need to do anything at all. You just alter the constructor definition and everything is done for you.
</blockquote>
<p>
You can find more details about Dice in <a href="http://r.je/dice.html">this post</a> (including more examples of it in action and a link to it's repository <a href="https://github.com/TomBZombie/Dice">on github</a>.
</p>
Link: http://www.phpbuilder.com/articles/application-architecture/design/use-dice-for-simplified-php-dependency-injection.html]]></description>
      <pubDate>Mon, 08 Apr 2013 13:04:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NetworkWorld.com: 10 best IT jobs right now]]></title>
      <guid>http://www.phpdeveloper.org/news/13965</guid>
      <link>http://www.phpdeveloper.org/news/13965</link>
      <description><![CDATA[<p>
As most people involved in the IT sector know, demand is growing all the time for qualified people to fill the spots companies really need. In <a href="http://www.networkworld.com/news/2010/020110-best-it-jobs.html">a new article from NetworkWorld.com</a> they talk about some of the current trends as to what skills companies are really looking for right now including people with solid experience with Open Source development and tools.
</p>
<blockquote>
Industry watchers report that while an economic recovery won't guarantee that IT jobs return to pre-recession levels, increased interest in emerging and existing technologies will drive internal training and external hiring decisions. [...] Here we examine 10 IT job titles that could gain traction in 2010 as new technology demands require evolving IT skills. 
</blockquote>
<p>
The list includes specializations like security specialists, capacity planning, network engineers, business process engineers and Open Source specialists that have the knowledge and the skills to either create or bring in the Open Source tools that would fit the need the best. They even quote Dice.com about the increase in popularity those sorts of postings/searches have been getting lately.
</p>]]></description>
      <pubDate>Thu, 04 Feb 2010 08:02:10 -0600</pubDate>
    </item>
  </channel>
</rss>
