<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="0.92">
<channel>
	<title>phpYahoo</title>
	<link>http://phpyahoo.gotfoo.org/blog</link>
	<description>An Unoffical Yahoo Web Services API</description>
	<lastBuildDate>Tue, 27 Mar 2007 13:19:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Bug Fix - Cache Table Not Being Cleared</title>
		<description>I found a bug yesterday with the cache table not being cleared out.

The problem was with the SQL that counts the row and then checks to see whats out of date and if the table has reached it limit.

I have fixed this issue and updated the base library.

 </description>
		<link>http://phpyahoo.gotfoo.org/blog/bug-fix-cache-table-vot-being-cleared</link>
			</item>
	<item>
		<title>phpYahoo - date_default_timezone_set() error Fixed</title>
		<description>Recently the cache methods started getting uppity about the date_default_timezone_set() not being set.  I have fixed this and have updated the phpYahoo class.



date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In ...</description>
		<link>http://phpyahoo.gotfoo.org/blog/phpyahoo-date_default_timezone_set-error-fixed</link>
			</item>
	<item>
		<title>Examples Updated</title>
		<description>I have added example code to the web search, video search and the image search.

If you look at the code for each example you'll see that they all share a common structure:

Include the phpYahoo.php file
[php]
include_once('api/phpYahoo.php');
[/php]

Instantiate a new phpYahoo class
[php]
$y = new phpYahoo('YAHOOAPPID');
[/php]

Get the search keyword(s) and create an array of ...</description>
		<link>http://phpyahoo.gotfoo.org/blog/examples-updated</link>
			</item>
	<item>
		<title>Return Values</title>
		<description>This page explains what is in the return package of the search services: When the results are returned that are in the form of an indexed array of associative arrays. Each array can be accessed by the zero based index number in a for loop or through a foreach loop:
 </description>
		<link>http://phpyahoo.gotfoo.org/blog/return-values</link>
			</item>
	<item>
		<title>Example Code Usage</title>
		<description>Example Usage
Here are 3 examples of using phpYahoo to search for the Web, Videos and Images.

 
 </description>
		<link>http://phpyahoo.gotfoo.org/blog/example-code-usage</link>
			</item>
	<item>
		<title>phpYahoo Version 2.1 Released</title>
		<description>This is a minor release that includes the ability to search Yahoo! News.

Download it here. </description>
		<link>http://phpyahoo.gotfoo.org/blog/phpyahoo-version-21-released</link>
			</item>
	<item>
		<title>phpYahoo Version 2.0 Released</title>
		<description>Ok for those following this project I must apologize for the erratic releases and versions.

Starting today Feb 2, 2007 phpYahoo is at a milestone of version 2.0.

This version contains one single class and each of the Yahoo! Services is a method.  This borrows heavily from the phpFlickr Class by ...</description>
		<link>http://phpyahoo.gotfoo.org/blog/phpyahoo-version-20-released</link>
			</item>
	<item>
		<title>phpYahoo Updated - Jan 30, 2007</title>
		<description>I have updated the phpYahoo base class to include caching using PDO as well as expanding the search to allow either a search term or phrase or an array of parameters.

I have also created a Yahoo! Gallery Page as well as a Google Project Page

The Google Project Page has the ...</description>
		<link>http://phpyahoo.gotfoo.org/blog/phpyahoo-updated-jan-30-2007</link>
			</item>
	<item>
		<title>phpYahoo: An Unofficial Yahoo Search API</title>
		<description>*updated - 2007-01-26*
phpYahoo is a class written in PHP5 that act's as a wrapper for Yahoo's! Web Search API. Methods process the response XML and return an array of data to make development easier. With this class you can search for Yahoo! Web content, Yahoo! Videos or Yahoo! Images.

This class ...</description>
		<link>http://phpyahoo.gotfoo.org/blog/phpyahoo-an-unofficial-yahoo-search-api</link>
			</item>
</channel>
</rss>
