My free PHP classes

Here you can download some of my PHP classes:

htmlSQL - Version 0.5

htmlSQL is a experimental PHP class which allows you to access HTML values
by an SQL like syntax. This means that you don't have to write complex
functions (regular expressions) to extract specific values.
(12 examples included)

Click here to download the class (~42 KB / 1078 downloads).

RSS74 - Version 0.3

RSS74 is a PHP class with that you can create RSS files.
It provides a simple interface to do that. Just look at the
examples. (2 examples included)

Click here to download the class (~9 KB / 95 downloads).

Simple database class - Version 1.8

This class provides some simple methods to access a MySQL database.
It's does not contain any revolutionary functions, but the basics
are implemented. And it works for me :) (8 examples included)

Click here to download the class (~7 KB / 269 downloads).

Simple Configuration class - Version 0.1

A simple but useful configuration class with the basic read,
write and delete functions. (3 examples included)

Click here to download the class (~3 KB / 318 downloads).

Simple Pagination class - Version 0.4

This class helps you creating the navigation functions for a
database. It contains some simple functions for calculating
the page count and everything related to it. So you don't have
to care about it, yourself :-) (6 Examples included)

Click here to download the class (~14 KB / 201 downloads).

Simple queue class - Version 0.1

This class provides a simple queue management. I created this
class for the use with an web spider :) (2 examples included)

Click here to download the class (~3 KB / 113 downloads).

Simple temperature class - Version 0.1

This class provides some simple temperature converting
functions. The supported units are: celsius, kelvin, fahrenheit,
reaumur, rankine, romer, newton and delisle. (2 examples included)

Click here to download the class (~3 KB / 62 downloads).