<?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 19:44:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Matt Curry's Blog: Yahoo Search BOSS as a CakePHP Plugin]]></title>
      <guid>http://www.phpdeveloper.org/news/11929</guid>
      <link>http://www.phpdeveloper.org/news/11929</link>
      <description><![CDATA[<p>
In <i>Matt Curry</i>'s most recent blog entry he <a href="http://www.pseudocoder.com/archives/2009/02/10/yahoo-search-boss-as-a-cakephp-plugin/">looks at the creation</a> of a CakePHP plugin that integrates <a href="http://developer.yahoo.com/search/boss/">Yahoo! Search BOSS</a> (Build your Own Search Service) into an application.
</p>
<blockquote>
I mention that Neil's code would make a really cool plugin. This sparked a discussion as to whether this was possible with Cake's current plugin architecture. The issues where: how to get the datasource configuration, which would normally go in /app/config/database.php, how to reference the datasource class itself and how to handle the custom route.
</blockquote>
<p>
The created <a href="http://github.com/mcurry/cakephp/blob/master/plugins/yahoo_boss/models/datasources/yahoo_boss_source.php">the plugin</a> with a <a href="http://api.cakephp.org/class/connection-manager#method-ConnectionManagercreate">ConnectionManager</a> instance that goes out and loads in a configuration file inside of his <a href="http://github.com/mcurry/cakephp/blob/master/plugins/yahoo_boss/models/search.php">search model</a> in his application.
</p>]]></description>
      <pubDate>Wed, 11 Feb 2009 11:14:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog:  New in Horde: Routes]]></title>
      <guid>http://www.phpdeveloper.org/news/8686</guid>
      <link>http://www.phpdeveloper.org/news/8686</link>
      <description><![CDATA[<p>
On his blog today, <i>Mike Naberezny</i> has <a href="http://mikenaberezny.com/archives/80">posted about</a> something new that's just been released - <a href="http://pear.horde.org/index.php?package=Horde_Routes">Horde_Routes</a>:
</p>
<blockquote>
I'm pleased to announce the first release of <a href="http://pear.horde.org/index.php?package=Horde_Routes">Horde_Routes</a>, a new URL mapping system for PHP 5. This package provides classes for mapping URLs into the controllers and actions of an MVC system, inspired by Ruby on Rails.
</blockquote>
<p>
They came up with the system because they "wanted RESTful routing, named routes, sophisticated matching, PHP 5 E_STRICT, and extensive test coverage" and nothing else seemed to meet them all. Horde_Routes includes features like route recognition and generation, named routes, being PHP 5 E_STRICT compliant and has a comprehensive unit test suite. Right now, the Routes system is in a beta stage but should be quickly moving to stable.
</p>]]></description>
      <pubDate>Wed, 19 Sep 2007 11:11:00 -0500</pubDate>
    </item>
  </channel>
</rss>
