<?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 00:23: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>
  </channel>
</rss>
