<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- Generated by: http://www.phpclasses.org/rsswriter $Revision: 1.12 $ --><rss xmlns:pheedo="http://www.pheedo.com/namespace/pheedo" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
 <channel>
  <description>Latest entries made available in the PHP Classes site</description>
  <link>http://www.phpclasses.org/browse/latest/latest.html</link>
  <title>PHP Classes: Latest entries</title>
  <pubDate>Sat, 19 Jul 2008 07:00:14 GMT</pubDate>
  <image>
   <link>http://www.phpclasses.org/browse/latest/latest.html</link>
   <title>PHP Classes site logo</title>
   <url>http://files.phpclasses.org/graphics/elephpant_logo.gif</url>
  </image>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/phpclasses" type="application/rss+xml" /><item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/339658122/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4688.html</pheedo:origLink>
   <title>Batikon update</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4688.html"&gt;Batikon update&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Update page elements without reloading using AJAX&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/130.html"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/1.html"&gt;HTML&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/572072.html"&gt;alpcan aydin&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to update page elements dynamically without reloading.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It generates HTML and Javascript that calls MooTools library to update a given page element with the output of a script with a given URL.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The comments in the code are in Turkish.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=779e67fc1b28707025ba7ebff2edf952"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=779e67fc1b28707025ba7ebff2edf952" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=779e67fc1b28707025ba7ebff2edf952" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Sat, 19 Jul 2008 06:07:02 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4688.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=779e67fc1b28707025ba7ebff2edf952</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/339649359/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4697.html</pheedo:origLink>
   <title>Easy Template Engine</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4697.html"&gt;Easy Template Engine&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Template engine that uses variable as parameters&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/37.html"&gt;Templates&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/528941.html"&gt;Salvan Grégory&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class implements a template processing engine that uses class variables as template parameters.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It uses a setter function to set values of template parameters.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class processes the template by using regular expressions to search and replace template placeholders by previously set template parameter values.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=974adf2b21edf97777abf146276d89db"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=974adf2b21edf97777abf146276d89db" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=974adf2b21edf97777abf146276d89db" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Sat, 19 Jul 2008 06:00:42 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4697.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=974adf2b21edf97777abf146276d89db</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/338630740/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4656.html</pheedo:origLink>
   <title>PHPPolygen</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4656.html"&gt;PHPPolygen&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Generate phrases based on a grammar using Polygen&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/25.html"&gt;Text processing&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/33.html"&gt;Web services&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/437397.html"&gt;andrea&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to generate random phrases based on a grammar using Polygen Web services API.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It accesses the Polygen Web services API server and send request to generate a phrase using rules of grammar with a given name. Currently the Polygen API provides grammars for several topics in the Italian language.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class can retrieve the generated phrase and return it as a text or HTML formatted string.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/click.phdo?s=cdfe161a34fca4aff8b78003fc4c3f7a"&gt;&lt;img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=cdfe161a34fca4aff8b78003fc4c3f7a"/&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=cdfe161a34fca4aff8b78003fc4c3f7a" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Fri, 18 Jul 2008 02:56:02 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4656.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=cdfe161a34fca4aff8b78003fc4c3f7a</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/338575401/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4698.html</pheedo:origLink>
   <title>AJAXPoll</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4698.html"&gt;AJAXPoll&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Display polls and update results using AJAX&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/130.html"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/31.html"&gt;Content management&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/196422.html"&gt;José Augusto Ferreira Franco&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to display poll questions and collect the results using AJAX to avoid page reloading.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can take as parameters a poll question and the HTML to display for each of the poll answers.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class generates the necessary HTML and Javascript to display the poll on a Web page and submit the answer that the user picks to the server using AJAX.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class can can also display poll results as graphical bars that represent the percentage of each of the picked poll responses.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class avoids counting votes from the same user based on the user machine IP address and session variables. It also uses server side text files to store the updated poll results.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/click.phdo?s=03b5eb46d257e404e41e7c7f23dc496a"&gt;&lt;img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=03b5eb46d257e404e41e7c7f23dc496a"/&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=03b5eb46d257e404e41e7c7f23dc496a" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Fri, 18 Jul 2008 01:37:12 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4698.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=03b5eb46d257e404e41e7c7f23dc496a</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/337809342/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4677.html</pheedo:origLink>
   <title>Space maps</title>
   <description>&lt;div style=""&gt;
&lt;div style="float: right"&gt;&lt;img border="0" width="150" height="150" alt="result" src="http://www.phpclasses.org/browse/view/image/file/23710/name/theresult" /&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4677.html"&gt;Space maps&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Generate map images for space strategy games&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/30.html"&gt;Games&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/11.html"&gt;Graphics&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/95610.html"&gt;Danilo&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to generate map images useful for space strategy games.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
Currently, it can generate an image with a space map with a given number of sectors placed at random locations in a way that they do not overlap. It can also render optional space gates.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The map image is generated in JPEG format as the current script output.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=1bc91e327363e90f1cdfbb81bae40472"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=1bc91e327363e90f1cdfbb81bae40472" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=1bc91e327363e90f1cdfbb81bae40472" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Thu, 17 Jul 2008 06:55:29 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4677.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=1bc91e327363e90f1cdfbb81bae40472</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/337801460/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4696.html</pheedo:origLink>
   <title>String Builder</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4696.html"&gt;String Builder&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Concatenate strings in several ways&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/25.html"&gt;Text processing&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/429237.html"&gt;Senad Meskin&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to concatenate strings.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can concatenate strings in several ways:&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
- Append a string to another&lt;br /&gt;&#xD;
- Append a string with a line break either in plain text or HTML&lt;br /&gt;&#xD;
- Concatenate a variable number of string with a given concatenation format&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/click.phdo?s=d02091537d0340606aceb73aaf73db34"&gt;&lt;img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=d02091537d0340606aceb73aaf73db34"/&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=d02091537d0340606aceb73aaf73db34" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Thu, 17 Jul 2008 06:36:27 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4696.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=d02091537d0340606aceb73aaf73db34</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/336843938/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4687.html</pheedo:origLink>
   <title>AuthNetAim</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4687.html"&gt;AuthNetAim&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Process payments using the Authorize.net gateway&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/19.html"&gt;E-Commerce&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/33.html"&gt;Web services&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/472864.html"&gt;njau ndirangu&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to process payments using the Authorize.net payment gateway.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can gather all details of a payment and submit a request to Authorize.net payments Web services API server to process the defined payment.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class returns an error message if the HTTP request fails. The payment request response is returned in a class variable.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=748a059389f14c96d1276c10d5b2f75a"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=748a059389f14c96d1276c10d5b2f75a" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=748a059389f14c96d1276c10d5b2f75a" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Wed, 16 Jul 2008 06:59:59 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4687.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=748a059389f14c96d1276c10d5b2f75a</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/336843939/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4695.html</pheedo:origLink>
   <title>Light Table</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4695.html"&gt;Light Table&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Execute SQL database queries from parameter lists&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/10.html"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/614768.html"&gt;Fabio Xavier de Lima&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This package can be used to execute SQL database queries from parameter lists.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It uses the Zend Framework database abstraction layer package to access different types of databases.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The main class provides functions to execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, values and conditions.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/click.phdo?s=5d94ffed804d1cfebf3bd6489a4f9f7a"&gt;&lt;img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=5d94ffed804d1cfebf3bd6489a4f9f7a"/&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=5d94ffed804d1cfebf3bd6489a4f9f7a" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Wed, 16 Jul 2008 06:55:36 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4695.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=5d94ffed804d1cfebf3bd6489a4f9f7a</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/335837593/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4682.html</pheedo:origLink>
   <title>Simple pagination MySQL</title>
   <description>&lt;div style=""&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4682.html"&gt;Simple pagination MySQL&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Show MySQL query results split in multiple pages&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/10.html"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/1.html"&gt;HTML&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/628833.html"&gt;Martin Todorov&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to display MySQL database query results in multiple pages.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can execute a SQL query, retrieve the results into an array and render it in an HTML table showing a limited number of result set rows per page.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class may also display navigation links to browse all the pages on which the results were split.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=73274dd66e11af03577f4f00aa2060fd"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=73274dd66e11af03577f4f00aa2060fd" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=73274dd66e11af03577f4f00aa2060fd" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Tue, 15 Jul 2008 06:59:46 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4682.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=73274dd66e11af03577f4f00aa2060fd</feedburner:origLink></item>
  <item>
   <link>http://feeds.feedburner.com/~r/phpclasses/~3/335837594/click.phdo</link>
<pheedo:origLink>http://www.phpclasses.org/browse/package/4686.html</pheedo:origLink>
   <title>Typo</title>
   <description>&lt;div style=""&gt;
&lt;div style="float: right"&gt;&lt;img border="0" width="150" height="136" alt="Screenshot for the example" src="http://www.phpclasses.org/browse/view/image/file/23690/name/Typos_sshot.jpg" /&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/package/4686.html"&gt;Typo&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div style=""&gt;&lt;span name="description"&gt;Generate variants of words based on typing errors&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/class/25.html"&gt;Text processing&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div style=""&gt;&lt;a href="http://www.phpclasses.org/browse/author/241745.html"&gt;Daniel Calvi&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div style=""&gt;This class can be used to generate variants of words based on common typing  errors.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It takes a given word a generates variants of that word by replacing its letters with others that are usually near the letter position on a QWERTY keyboard.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class returns an array with all the generated word variants.&lt;/div&gt;
&lt;/div&gt;
&lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=635d1e8aadc3db7d7dd71c7ad4496a3d"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=635d1e8aadc3db7d7dd71c7ad4496a3d" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=635d1e8aadc3db7d7dd71c7ad4496a3d" style="display: none;" border="0" height="1" width="1" alt=""/&gt;</description>
   <pubDate>Tue, 15 Jul 2008 06:54:21 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/4686.html</guid>
  <feedburner:origLink>http://www.pheedo.com/click.phdo?i=635d1e8aadc3db7d7dd71c7ad4496a3d</feedburner:origLink></item>
  <textInput>
   <description>Search the PHP Classes site</description>
   <link>http://www.phpclasses.org/search.html?go_search=1</link>
   <name>words</name>
   <title>Search</title>
  </textInput>
 </channel>
</rss>
