Posted on : 31-03-2010 | By : admin | In : PHP Classes
0
This class can be used to create archives of compressed files in ZIP format. It is based on the Create Zip File class originally written by Rochak Chauhan. This version writes the compressed archive to a file instead of a variable when the archive size exceeds a given memory usage threshold
Go here to see the original:
Zip
Posted on : 31-03-2010 | By : admin | In : PHP Classes
0
This package can be used to update user status in social networking sites. It can send HTTP requests to different social networking sites to post new user status messages. Currently it supports Facebook, Twitter and LinkedIn

Continued here:
Facebook Twitter Linkedin status update
Posted on : 30-03-2010 | By : admin | In : PHP Classes, php scripts
0
This class can be used to run PHP scripts in parallel using the PHP command.
Read the original post:
OSX Process
Posted on : 30-03-2010 | By : admin | In : PHP Classes
0
This class can be used to create an Excel spreadsheet from data in a MySQL table.
See the original post here:
Export Spreadsheets
Posted on : 29-03-2010 | By : admin | In : PHP Classes
0
This class can be used to execute MySQL queries and get paginated results. It can insert, update and delete MySQL database table records with eventual prior validation of the field values according to given rules. The class can also execute SELECT queries with support to retrieve results to show in paginated listings.
See the rest here:
ABC_MySQL
Posted on : 29-03-2010 | By : admin | In : PHP Classes
0
This class can be used to Parse XML documents and export as arrays or JSON. It can parse a hierarchic document loaded from a XML file, a regular array or JSON encode string
The rest is here:
Simple Object Element
Posted on : 27-03-2010 | By : admin | In : PHP Classes
0
This class can be used to expand or shorten URLs using the bit.ly site. It can send HTTP requests to the bit.ly site to create a new short URL that redirects to a given longer URL. The class can also do the opposite, i.e
Read this article:
Bitly-PHP
Posted on : 27-03-2010 | By : admin | In : PHP Classes
0
This class can be used to authenticate users with records in a MySQL table. It can lookup in a MySQL database table verify the user name and password of a given user.
See more here:
login class by AmRaLaA
Posted on : 27-03-2010 | By : admin | In : PHP Classes
0
This class can be used to keep track and ban failed user access attempts.
Follow this link:
Login Ban
Posted on : 27-03-2010 | By : admin | In : PHP Classes
0
This class can be used to manage linked lists of values. It can add, delete, update and retrieve values from linked lists
Continue reading here:
ABG List