<?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, 19 Jun 2013 07:42:43 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend Framework: Surviving The Deep End, Chapter 3 - The Model Available]]></title>
      <guid>http://www.phpdeveloper.org/news/11737</guid>
      <link>http://www.phpdeveloper.org/news/11737</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has posted <a href="http://blog.astrumfutura.com/archives/379-Zend-Framework-Surviving-The-Deep-End,-Chapter-3-The-Model-Available.html">the third chapter</a> of his "Zend Framework: Surviving The Deep End" book. It focuses on the Models in the Model-View-Controller (MVC) applications.
</p>
<blockquote>
Today Chapter 3, The Model, has entered the online book. Apart from some early jitters when PHPIDS (an intrusion detection system I use) lost the plot and commenced a vendetta against Opera, the new chapter is fully operational.
</blockquote>
<p>
If you get these first chapters, you'll notice that there's some color coding going on with status labels. <i>Padraic</i> is using this to give you some feedback as to the level of completion a certain chapter is in. He notes:
</p>
<blockquote>
I've decided to start noting in these announcements that these early Chapters are akin to drafts. While they are written as complete units, it's intended to revisit them every few weeks for improvement until a final version emerges to be forever immortalised as a first edition of the book.
</blockquote>]]></description>
      <pubDate>Wed, 14 Jan 2009 08:41:58 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pádraic Brady's Blog: PHPSpec Manual (Work In Progress)]]></title>
      <guid>http://www.phpdeveloper.org/news/8989</guid>
      <link>http://www.phpdeveloper.org/news/8989</link>
      <description><![CDATA[<p>
<i>Pádraic Brady</i> has a <a href="http://blog.astrumfutura.com/archives/316-PHPSpec-Manual-Work-In-Progress.html">quick update today</a> pertaining to the <a href="http://phpsec.org/projects/phpsecinfo/">PHPSecInfo</a> project - a new manual (currently in development).
</p>
<blockquote>
I'll keep adding to it over the days, weeks and months ahead. The current form is going to be mainly a draft. When it's done, I'll go through it and do some serious editing. Next priority is getting in the material on actually using and implementing PHPSpec...
</blockquote>
<p>
You can find the manual at <a href="http://dev.phpspec.org/manual/">http://dev.phpspec.org/manual/</a> with quite a bit of content already filled out. Topics currently covered include installation guides, your "first steps", testing the code and some examples of it in use.
</p>]]></description>
      <pubDate>Wed, 07 Nov 2007 08:44:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: OAuth Specification and Zend Framework/PEAR Proposal]]></title>
      <guid>http://www.phpdeveloper.org/news/8788</guid>
      <link>http://www.phpdeveloper.org/news/8788</link>
      <description><![CDATA[<p>
Since it's been moved up into the "Final Draft" stage in its proposal process, <i>Padraic Brady</i> wanted to <a href="http://blog.astrumfutura.com/archives/310-OAuth-Specification-and-Zend-FrameworkPEAR-Proposal.html">blog about</a> this latest update for the <a href="http://www.oauth.net/">OAuth Specification</a>, a standardized protocol that allows secure API authentication from both desktop and web applications. 
</p>
<blockquote>
Because I love all things OpenID related and am an OpenID "pusher" in Europe (blame the <a href="http://www.openideurope.eu/">OpenID Europe Foundation</a> membership on <a href="http://www.snorri.eu/">Snorri Giorgetti</a>), I'll be proposing a PHP5 implementation of OAuth to the <a href="http://framework.zend.com/">Zend Framework</a> (assuming no other OAuth proposal) and <a href="http://pear.php.net/">PEAR</a> (PEAR because that's now the home of my <a href="http://www.openidforphp.org/">OpenID For PHP</a> library under proposal).
</blockquote>
<p>
You can get more information about OAuth from <a href="http://www.oauth.net/">the project's website</a>.
</p>]]></description>
      <pubDate>Thu, 04 Oct 2007 12:03:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Northclick Blog: RFC: Draft for a Message Queue System in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8771</guid>
      <link>http://www.phpdeveloper.org/news/8771</link>
      <description><![CDATA[<p>
<i>Soenke Ruempler</i> has <a href="http://blog.northclick.de/archives/27">posted today</a> about something they found a need for in their group and wanted to create something they could share back with the community when it was done - a Message Queue System developed in PHP.
</p>
<blockquote>
You'll find a Draft for a php-based messaging system below. We'd be glad if we get some comments from the readers. Because we're heavily using open source we want to give something back to the community and make the message queue system open source. And, yes, if someone is planning something like this or already knows a solution, please let us know, too. We don't wanna reinvent the wheel!
</blockquote>
<p>
He <a href="http://blog.northclick.de/archives/27">fleshes out the proposal</a> by describing it in three sections - the problem the need came from, some of the existing solutions the web has to offer (including the Java Message Service and IBM's XMS messaging) and the actual draft of the implementation including the architecture, scalability, a name (none yet) and where they're going from here.
</p>]]></description>
      <pubDate>Tue, 02 Oct 2007 16:13:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jacob Santos' Blog: Patterns for PHP: Page Controller Draft]]></title>
      <guid>http://www.phpdeveloper.org/news/6224</guid>
      <link>http://www.phpdeveloper.org/news/6224</link>
      <description><![CDATA[<p>
To get himself more familiar with the whole MVC scene, <i>Jacob Santos</i> has decided to jump in feet first and <a href="http://www.santosj.name/php/patterns-for-php-page-controller-draft/">work up his own controller class</a> to see how things work.
</p>
<blockquote>
I've decided it would have been a mockery to PHP developers, if I had taken up writing about MVC, which I still barely know anything about. However, I have been working a little bit with Page Controller Pattern of MVC. I decided I could write what little I do know and let someone with more knowledge fill in the blanks. Helping myself and others in the community.
</blockquote>
<p>
He <a href="http://www.santosj.name/php/patterns-for-php-page-controller-draft/">looks at</a> the types of page controllers (if blocks, directory, and object methods) and, for each, provides a simple code example (with the exception of the object method) to give a clearer picture of what a controller does. 
</p>
<p>
He also includes an update to the post that points to <a href="http://weierophinney.net/phly/index.php?package=Cgiapp2">Cgiapp2</a> as exactly what he was looking for in his MVC mission.
</p>]]></description>
      <pubDate>Fri, 08 Sep 2006 07:11:36 -0500</pubDate>
    </item>
  </channel>
</rss>
