<?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, 23 May 2012 20:21:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Symfony Blog: The State of Symfony 2 Online Conference]]></title>
      <guid>http://www.phpdeveloper.org/news/14600</guid>
      <link>http://www.phpdeveloper.org/news/14600</link>
      <description><![CDATA[<p>
On the Symfony blog there's a <a href="http://www.symfony-project.org/blog/2010/05/31/the-state-of-symfony-2-online-conference">recent post</a> mentioning an online conference offering a look into the current state of the Symfony framework and what's coming in the future.
</p>
<blockquote>
During The State of Symfony 2 you will learn about the current state of the brand new version of Symfony, scheduled for release late this year. Several important parts of Symfony 2 will be highlighted by prominent speakers. And at the end of the conference, the second Preview Release of Symfony 2 will be published, including updated documentation!
</blockquote>
<p>
Several guest speakers - including <i>Fabien Potencier</i> and <i>Jonathan Wage</i> - will be talking about the future of the framework and how it will integrate with other technologies (like Doctrine). There's two times you can catch the event - one on June 22nd @ 10am and the other is June 23rd @ 5pm (all times are Central Eurpoean Time). The <a href="http://www.symfony-live.com/registration/choice">registration</a> will cost 30 Euro for the normal ticket, 20 for Early Bird (first 50 people to register).
</p>]]></description>
      <pubDate>Thu, 03 Jun 2010 12:46:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP in Action: The one-line web framework]]></title>
      <guid>http://www.phpdeveloper.org/news/11582</guid>
      <link>http://www.phpdeveloper.org/news/11582</link>
      <description><![CDATA[<p>
On the PHP in Action blog <a href="http://www.reiersol.com/blog/1_php_in_action/archive/172_the_one-line_web_framework.html">this new post</a> talks about something that's at the core of the front controller for most frameworks - a call to a user function based on the passed in action.
</p>
<blockquote>
The core of your average web framework is a Front Controller. Front Controllers are commonly considered complex and esoteric. That's a myth. I sometimes brag that I can construct a Front Controller in 15 minutes. Actually, it's doesn't take quite that long. In PHP, a Front Controller can be simplified to just one line of code.
</blockquote>
<p>
This one line of code, while a very dangerous thing to actually use in an application, illustrates what a front controller does to forward out the request to the rest of the framework. He revises it with a Zend Framework-ish example that splits the request out into a controller/action method.
</p>]]></description>
      <pubDate>Tue, 16 Dec 2008 12:09:42 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Adam Trachtenberg's Blog: Stupid PHP one liners: Google calc]]></title>
      <guid>http://www.phpdeveloper.org/news/6122</guid>
      <link>http://www.phpdeveloper.org/news/6122</link>
      <description><![CDATA[<p>
One-liners can sometimes be quite helpful in your programming, and in hopes it will help someone out there out, <i>Adam Trachtenberg</i> shares one of his own in <a href="http://www.trachtenberg.com/blog/2006/08/24/stupid-php-one-liners-google-calc/">his latest blog entry</a> today.
</p>
<blockquote>
A long time ago, I wrote a two line hack that let you use Google as a command line calculator. It eventually ended up in the 2nd and 3rd editions of Google Hacks.
</blockquote>
<p>
<a href="http://www.trachtenberg.com/blog/2006/08/24/stupid-php-one-liners-google-calc/">The code</a> calls the Google Calculator page and pulls back in the contents, allowing you to pass in any sort of calulation you might want and pass back out the result all cleaned up and parsed out. 
</p>]]></description>
      <pubDate>Thu, 24 Aug 2006 07:22:10 -0500</pubDate>
    </item>
  </channel>
</rss>

