<?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>Thu, 23 May 2013 01:53:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Paul Jones: How Is Aura Better Than (er, Different From ;-) Than Symfony and Zend?]]></title>
      <guid>http://www.phpdeveloper.org/news/18860</guid>
      <link>http://www.phpdeveloper.org/news/18860</link>
      <description><![CDATA[<p>
In <a href="http://paul-m-jones.com/archives/4152">this new post</a> <i>Paul Jones</i> has reprinted an interview he did with PHP Magazin about the recent 1.0 release of the PHP framework project he is a lead on - the <a href="http://auraphp.github.com/">Aura project</a>.
</p>
<blockquote>
I did an email interview with the folks at PHP Magazin; their German version is <a href="http://it-republik.de/php/news/Aura-zerschlaegt-den-Solar-Monolithen---Interview-mit-Paul-M.-Jones-066043.html">here</a>. What follows is our original email exchange in English.
</blockquote>
<p>
They talked about some of the core principles behind the framework, its origins from the Solar framework, the team's "libraries first, framework second" methods and its push to be a PHP 5.4-focused framework. There's also a bit that compares the framework to two other popular options - Zend Framework and Symfony.
</p>]]></description>
      <pubDate>Fri, 07 Dec 2012 10:42:55 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Kunz's Blog: Warning about the article "SQL Injection" in current "PHP Magazin"]]></title>
      <guid>http://www.phpdeveloper.org/news/11012</guid>
      <link>http://www.phpdeveloper.org/news/11012</link>
      <description><![CDATA[<p>
If you're a subscriber (or reader) of the German publication "PHP Magazin", be sure you read up on <a href="http://www.christopher-kunz.de/archives/195-Warning-about-the-article-SQL-Injection-in-current-PHP-Magazin.html">some comments</a> that <i>Christpher Kunz</i> has about some issues around a SQL injection article in the current issue (October/November).
</p>
<blockquote>
It is not usually my custom to comment negatively or nitpick on other people's articles in magazines, especially not in magazines I have written for. This time however, I really must raise my voice to point out a couple of (well, actually a lot of) issues in an article about SQL injection in the current (October/November) issue of the german "PHP Magazin".
</blockquote>
<p>
He points out a few problems (like the fact that there's no multi-selects in PHP's mysql support) and things that it would require special permissions (like root) to run on a system.
</p>]]></description>
      <pubDate>Sun, 14 Sep 2008 20:09:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Magazin: Marketing Open Source PHP Applications]]></title>
      <guid>http://www.phpdeveloper.org/news/10667</guid>
      <link>http://www.phpdeveloper.org/news/10667</link>
      <description><![CDATA[<p>
<i>Sandro Groganz</i> has <a href="http://sandro.groganz.com/weblog/2008/07/23/article-about-marketing-open-source-php-software-in-german-php-magazin/">pointed out</a> a new article in the <a href="http://it-republik.de/php/php-magazin-ausgaben/State-of-the-Art-000263.html">latest issue</a> of the German publication PHP Magazin about marketing open source PHP software titled "Auf die offene Art".
</p>
<blockquote>
Good source doesn't always speak for itself because the better product does not always establish itself without help. Why is that? This article gives some answers as to how a PHP-based product can be presented well in the market with the right marketing and community as a PHP based product well in the market can be placed through appropriate marketing and communication palatable to potential customers.
</blockquote>
<p>
You can get your copy of <a href="http://it-republik.de/php/php-magazin-ausgaben/State-of-the-Art-000263.html">this latest issue</a> (German only) from the PHP Magazin website (with a cover story looking at the DojoX framework).
</p>
]]></description>
      <pubDate>Wed, 23 Jul 2008 12:03:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Magazin: PHP4 has to die (No more PHP4-based Articles)]]></title>
      <guid>http://www.phpdeveloper.org/news/8544</guid>
      <link>http://www.phpdeveloper.org/news/8544</link>
      <description><![CDATA[<p>
The German PHP publication <a href="http://phpmagazin.de/">PHP Magazin</a> has taken a bold step to show their support of things like the <a href="http://www.gophp5.org/">Go-PHP5 Project</a> with their latest announcement:
</p>
<blockquote>
With the beginning of issue 1.08 (coming to the newsstands in November 2007), <a href="http://phpmagazin.de/">PHP Magazin</a> won't accept any articles or source codes that cover PHP4 topics or PHP4 sourcecode. Sourcecode delivery must cover PHP 5.2 or greater.
</blockquote>
<p>
You can find out more information about submitting to this German publication on <a href="http://phpmagazin.de/itr/service/psecom,id,35,nodeid,64.html">their website</a> (including several topic suggestions to help get you started).
</p>]]></description>
      <pubDate>Tue, 28 Aug 2007 12:55:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: German Article on PHPUnit 3]]></title>
      <guid>http://www.phpdeveloper.org/news/7482</guid>
      <link>http://www.phpdeveloper.org/news/7482</link>
      <description><![CDATA[<p>
<i>Sebastian Bergamnn</i> <A href="http://sebastian-bergmann.de/archives/662-German-Article-on-PHPUnit-3.html">points out</a> an article he's written in the <a href="http://phpmagazin.de/itr/ausgaben/psecom,id,347,nodeid,60,_language,de.html">latest issue</a> of the German publication "PHP Magazin" covering PHPUnit3 (cover story, no less).
</p>
<blockquote>
PHP has grown from a niche language where one could only originally add a bit of dynamic functionality to a page to a powerful tool, which is being used more and more in the development of business-critical applications. This enterprise level of business logic has to work correctly all of the time, so how do you guarantee it will? Through testing, of course.
</blockquote>
<p>
<i>Sebastian</i> covers some of the contents of the article, including what unit testing is, how to write some sample tests, and brief looks at things like code coverage, mock objects, and PHPUnit's <a href="http://www.phpunit.de/pocket_guide/3.1/en/selenium.html">integration with Selenium RC</a>.
</p>]]></description>
      <pubDate>Thu, 22 Mar 2007 08:29:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: PHP Nostalgia]]></title>
      <guid>http://www.phpdeveloper.org/news/6330</guid>
      <link>http://www.phpdeveloper.org/news/6330</link>
      <description><![CDATA[<p>
Since it's always good to know where we've come from (to see where we're headed, right?), <i>Sebastian Bergmann</i> has <a href="http://www.sebastian-bergmann.de/blog/archives/626-PHP-Nostalgia.html">posted an observeration</a> he's had upon PHP Magazin's look back at the world of PHP.
</p>
<blockquote>
In his <a href="http://phpmagazin.de/itr/service/psecom,id,361,nodeid,64.html">editorial</a> for the <a href="http://phpmagazin.de/itr/ausgaben/psecom,id,323,nodeid,60.html">5 Year Anniversary Edition</a> of the German <a href="http://phpmagazin.de/">PHP Magazin</a> Bj&ouml;rn Schotte posted a link to <a href="http://kris.koehntopp.de/">Kristian K&ouml;hntopp</a>'s <a href="http://kris.koehntopp.de/artikel/php-kongress/">wrapup</a> of the world's first PHP conference which was held in October 2000 in Cologne, Germany.
</blockquote>
<p>
<a href="http://kris.koehntopp.de/artikel/php-kongress/">The wrapup</a> is of the PHP Congres Cologne that happened back at the beginning October of 2000. Topics disussed were PHPDocumentor, OpenTracker, using MySQL with PHP, web security, and much more. Check out the full posting for all of the details and a bit of a look back in PHP's history.
</p>
<p>
You can also check out some of Bj&ouml;rn's comments about the article over <a href="http://blog.thinkphp.de/archives/143-Dear-readers-Thank-You!.html">on the ThinkPHP Blog</a>.
</p>]]></description>
      <pubDate>Thu, 21 Sep 2006 14:33:51 -0500</pubDate>
    </item>
  </channel>
</rss>
