<?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, 09 Jul 2008 07:11:36 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: Stablr Project Launched (A More Stable, PHP-Base Twitter)]]></title>
      <guid>http://www.phpdeveloper.org/news/10266</guid>
      <link>http://www.phpdeveloper.org/news/10266</link>
      <description><![CDATA[<p>
Along with the popularity of Twitter has come one of it biggest problems - its instability. More and more people are using the service every day and some are leaving when they encounter the frustration of too much downtime. Enter a project that <i>Graham Christensen</i> is getting started - <a href="http://iamgraham.net/stablr-a-stabler-twitter">Stablr</a>, a PHP-based version of the popular web service.
</p>
<blockquote>
Stablr, the proposed name, will be the main gateway for it's users. People will post to Stablr, which will then (when it can) forward it to Twitter. If a Stablr users posts to Twitter directly, the message will be retrieved and replicated on Stablr. Responses to posts, direct messages, and tweets from friends of Stablr users would also be replicated.
</blockquote>
<p>
He's already seen some <a href="http://iamgraham.net/fleshing-out-stablr">great response</a> from the community with offers to help and has taken it to the next level by coming up with a <a href="http://stablr.net/plans.html">five-page document</a> detailing the plans behind the project (using things like caching, an Access database and Jabber integration).
</p>]]></description>
      <pubDate>Mon, 26 May 2008 10:29:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lee Blue's Blog: How To Implement A Ruby on Rails style before_filter With The PHP Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/9564</guid>
      <link>http://www.phpdeveloper.org/news/9564</link>
      <description><![CDATA[<p>
<i>Lee Blue</i> has <a href="http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/">posted something</a> looking to bridge yet another gap between Ruby on Rails and PHP - a method for adding before_filter functionality to PHP.
</p>
<blockquote>
I often use this when implementing a simple login screen for a password protected section of my application. In a <a href="http://framework.zend.com/">Zend Framework</a> application you can implement a <a href="http://framework.zend.com/manual/en/zend.controller.plugins.html">preDispatch()</a> function in a Zend_Controller_Action which will run before an action is dispatched. This lets you setup your filter to check to see if the visitor is logged in or not. If the visitor is not logged in, you can redirect them to the login screen of your application.
</blockquote>
<p>
He <a href="http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/">includes example code</a> to show its usefulness - checking to see two things: is a user is logged in and to see if they're allowed to use a certain resource.
</p>]]></description>
      <pubDate>Mon, 04 Feb 2008 14:36:00 -0600</pubDate>
    </item>
  </channel>
</rss>
