<?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, 08 Jul 2008 23:02:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Paranoid Engineering Blog: CMS Battle: Drupal va Joomla va Custom Programming]]></title>
      <guid>http://www.phpdeveloper.org/news/10542</guid>
      <link>http://www.phpdeveloper.org/news/10542</link>
      <description><![CDATA[<p>
On the Paranoid Engineering blog, there's a <a href="http://paranoid-engineering.blogspot.com/2008/07/cms-battle-drupal-vs-joomla-vs-custom.html">recent post</a> with a "CMS battle" of sorts between two of the more popular PHP-based content management systems out there - Drupal and Joomla.
</p>
<blockquote>
It's hard to choose which one to use without trying them out. As usually, there are more options - home grown custom programming or even building your own CMS (which I was once stupid enough to do). Programming from scratch is always fun and beneficial for your skills, however, if you need things up and running in no time or you don't do (or don't want to <a href="http://secma.tigris.org/">do</a>) any programming, using a CMS is the way to go.
</blockquote>
<p>
His vote is for Drupal but he's included <a href="http://paranoid-engineering.blogspot.com/2008/07/cms-battle-drupal-vs-joomla-vs-custom.html">a long list of specs</a> comparing the features of both so you can decide for yourself on which is the better fit.
</p>]]></description>
      <pubDate>Thu, 03 Jul 2008 12:50:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Eirik Hoem's Blog: Simple config management for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10304</guid>
      <link>http://www.phpdeveloper.org/news/10304</link>
      <description><![CDATA[<p>
In <a href="http://blog.eirikhoem.net/index.php/2008/05/30/simple-config-management-for-php/">a new post</a> to his blog today, <i>Eirik Hoem</i> gives an example of using the parse_ini_file function to work with .ini files as configuration for your application.
</p>
<blockquote>
When doing complex applications it's often nice to have some sort of system for handling settings. PHP has a nice function called parse_ini_file which can be used to create a basic but still usable setting file feature. A simple class which loads the configuration file and offers some methods to retrieve the values for a given key is all that's needed.
</blockquote>
<p>
His example code gives a sample ini file with database connection information and a MyConfigClass that parses the file and can get or set values in it.
</p>
]]></description>
      <pubDate>Fri, 30 May 2008 07:54:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ken Guest's Blog: Review "Mastering phpMyAdmin 2.11 for Effective MySQL Management" by Marc Delisle]]></title>
      <guid>http://www.phpdeveloper.org/news/10173</guid>
      <link>http://www.phpdeveloper.org/news/10173</link>
      <description><![CDATA[<p>
<i>Ken Guest</i> has posted <a href="http://blogs.linux.ie/kenguest/2008/05/12/book-review-mastering-phpmyadmin-211-for-effective-mysql-management-by-marc-delisle/">a new book review</a> of Packt Publishing's "Mastering phpMyAdmin 2.11 for Effective MySQL Management":
</p>
<blockquote>
This book on <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> is written by Marc Delisle, one of the core developers of the application which I think just about any software developer utilising MySQL has dabbled with at the least. I can honestly say that anyone that experimented with phpMyAdmin before reading this book will use it much more thoroughly and more productively afterwards.
</blockquote>
<p>
He includes an overall opinion of the book as well as a specific chapter - the one covering MySQL 5 additions - and his total enjoyment with the contents of the book.
</p>]]></description>
      <pubDate>Tue, 13 May 2008 12:06:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stuart Herbert's Blog: Review: Mastering phpMyAdmin 2.11 for Effective MySQL Management]]></title>
      <guid>http://www.phpdeveloper.org/news/10120</guid>
      <link>http://www.phpdeveloper.org/news/10120</link>
      <description><![CDATA[<p>
<i>Stuart Herbert</i> has posted <a href="http://blog.stuartherbert.com/php/2008/05/06/review-mastering-phpmyadmin-211-for-effective-mysql-management/">his review</a> of a book from Packt Publishing covering one of the most popular PHP-based database administration packages out there, phpMyAdmin, "Mastering phpMyAdmin 2.11 for Effective MySQL Management".
</p>
<blockquote>
<a href="http://www.packtpub.com/phpmyadmin-3rd-edition/book">Mastering phpMyAdmin 2.11 for Effective MySQL Management</a> by Marc Delisle is the third edition of this book, and it follows the usual pattern of Packt Publishing books.  The book has clearly defined objectives on the cover, and it follows a clear progression of its chosen subject from start to end.  It is well presented, with a clear layout and clean page design that makes it easy to read.
</blockquote>
<p>
<i>Stuart</i> gives a <a href="http://blog.stuartherbert.com/php/2008/05/06/review-mastering-phpmyadmin-211-for-effective-mysql-management/">high-level overview</a> of both phpMyAdmin ("it feels like phpMyAdmin as been around forever") and the book with an index of the topics covered.
</p>]]></description>
      <pubDate>Tue, 06 May 2008 11:11:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alan Knowles' Blog: Another 7 deadly sins for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9853</guid>
      <link>http://www.phpdeveloper.org/news/9853</link>
      <description><![CDATA[<p>
In some thoughts related to the just-passed religious holiday, <i>Alan Knowles</i> decided to come up with another series of <a href="http://www.akbkhome.com/blog.php/View/160/Another_7_deadly_sins_for_PHP.html">7 deadly sins</a> one could commit in their PHP (CMS) development.
</p>
<p>Among those on the list are things like:</p>
<ul>
<li>Defines for configuration
<li>Filenaming
<li>If your code is public, you should try not to ridicule yourself.
<li>Mixing PHP and HTML
</ul>
<p>
Check out the <a href="http://www.akbkhome.com/blog.php/View/160/Another_7_deadly_sins_for_PHP.html">rest of the post</a> and some of the interesting comments that follow.
</p>]]></description>
      <pubDate>Tue, 25 Mar 2008 11:19:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: The ZendCon Sessions Episode 6: Project Management Methods to Maintain IT Stand]]></title>
      <guid>http://www.phpdeveloper.org/news/9453</guid>
      <link>http://www.phpdeveloper.org/news/9453</link>
      <description><![CDATA[<p>
The Zend Developer Zone has published their <a href="http://devzone.zend.com/article/2967-The-ZendCon-Sessions-Episode-6-Project-Management-Methods-to-Maintain-IT-Standards">latest episode</a> of the ZendCon Sessions series (as recorded at last year's <a href="http://www.zendcon.com">ZendCon</a>) - <i>Eric David</i>'s talk on project management and standards.
</p>
<blockquote>
Welcome to The ZendCon Sessions. This episode of The ZendCon Sessions was recorded live at ZendCon 2007 in Burlingame, CA. We hope you enjoy today's session as we listen to Eric David present "Project Management Methods to Maintain IT standards ". 
</blockquote>
<p>
You can either <a href="http://zendcon.sessions.s3.amazonaws.com/zendcon_sessions_podcast_006.mp3">grab the mp3</a> to listen, use the <a href="http://devzone.zend.com/article/2967-The-ZendCon-Sessions-Episode-6-Project-Management-Methods-to-Maintain-IT-Standards">in-page player</a> or point your favorite aggregator at <a href="http://feeds.feedburner.com/zendcon_sessions">the feed</a> for the series to get this and the other great episodes.
</p>]]></description>
      <pubDate>Fri, 18 Jan 2008 17:05:00 -0600</pubDate>
    </item>
  </channel>
</rss>
