Posted on : 31-12-2010 | By : admin | In : PHP Classes
0
Package: MrNet.in Summary: Shorten URLs using the MrNet.in service Groups: HTTP Author: Michel Wilhelm Description: This class can be used to shorten URLs using the MrNet.in service. It can send an HTTP request to the MrNet.in Web services API server to retrieve a short URL for a given URL.
Follow this link:
MrNet.in
Posted on : 31-12-2010 | By : admin | In : PHP Classes
0
Package: tdCron Summary: Parse cron strings and compute schedules Groups: PHP 5 , Time and Date Author: Christian Land Description: This package can be used to parse cron strings and compute schedules. It can parse a given string to with a schedule specification in cron format. The class can compute the last and the next schedule times job should be executed relative to a given time
Continued here:
tdCron
Posted on : 31-12-2010 | By : admin | In : PHP Classes
0
Package: PTX PHP Calendar Summary: Display month calendar in HTML tables Groups: HTML , PHP 5 , Time and Date Author: Tomas Pavlatka Description: This class can be used to display month calendar in HTML tables. It takes a given month and year and generates an HTML table that displays a calendar with the days of the month. The class also displays links to browse the next and previous calendar months
View post:
PTX PHP Calendar
Posted on : 31-12-2010 | By : admin | In : PHP Classes
0
Package: Curp Summary: Compute and check a Mexican CURP number Groups: PHP 5 , Validation , Web services Author: sarjo Description: This class can be used to compute and check a Mexican CURP number. It can take the identity values of a person and compute the corresponding CURP number.
Go here to read the rest:
Curp
Posted on : 30-12-2010 | By : admin | In : PHP Classes
0
Package: Easy SQL Summary: Access and manage MySQL databases Groups: Databases Author: amr Description: This class can perform several types of operations to access and manage MySQL databases. It can execute SQL queries from lists of parameters, generate pagination links to display query results split in pages with limited number of records, optimize the database table storage, take backups and restore database tables structure and data.
Read the original post:
Easy SQL
Posted on : 30-12-2010 | By : admin | In : PHP Classes
0
Package: String Formatter Summary: Template engine to format text strings Groups: PHP 5 , Templates , Text processing Author: Marcin Sztolcman Description: This class implements a template engine to format text strings. It takes a template text string and uses regular expressions to replace certain place holders with given values. The class supports simple text replacements, justified text insertion, object calls return values, array entry values and insert numbers in different bases.
Read this article:
String Formatter
Posted on : 29-12-2010 | By : admin | In : PHP Classes
0
Package: My Image Summary: Generate images with text using Imagick extension Groups: Graphics , PHP 5 Author: marco zabel Description: This class can be used to generate images with text using Imagick extension. It can create an image and overlay one or more images and text strings.

Originally posted here:
My Image
Posted on : 28-12-2010 | By : admin | In : PHP Classes
0
Package: Cpanel cURL Backup Summary: Take backups of cPanel based hosting accounts Groups: Hosting , PHP 5 , Systems administration , Web services Author: Ovidiu Mihalas Description: This class can be used to take backups of cPanel based hosting accounts. It sends HTTP requests to a cPanel hosting panel server to request a backup of a given user account.
View post:
Cpanel cURL Backup
Posted on : 28-12-2010 | By : admin | In : PHP Classes
0
Package: Multi-Anexos Summary: Compose and send e-mail messages with attachments Groups: Email , Files and Folders , PHP 5 Author: Giovanni Ramos Description: This class can be used to compose and send e-mail messages with attachments. It can compose e-mail messages given the headers and body values. The class can attach multiple attachment files to the message
Follow this link:
Multi-Anexos
Posted on : 27-12-2010 | By : admin | In : PHP Classes
0
Package: AJAX pagination Summary: Display paginated MySQL results updated using AJAX Groups: AJAX , Databases Author: Igor Homyn Description: This class can be used to display paginated MySQL query results updated using AJAX requests. It can execute a given MySQL query and generate a response to update a page that shows different pages of query results using AJAX to avoid page reloading.

See the original post:
AJAX pagination