Monthly Archiv: May, 2009

Dba Wrapper

Package:
Dba Wrapper
Summary:
Flat file database access abstraction layer
Groups:
Databases
Author:
Pavan Solapure
Description:
This class implements a flat file database access abstraction layer. It can:

– Open a given flat file database
– Insert a new record with a given key
– Get a record with a given key
– Replace the value of a record with a given key
– Delete the record with a given key
– Optimize the database file


http

Package:
http
Summary:
Output HTML pages to send requests to a Web server
Groups:
HTML, HTTP
Author:
Lukas Mestan
Description:
This class can be used to output HTML pages to send requests to a Web server.

It can generate a page that makes the user be redirected to a given URL passing a list of parameters by either issuing HTTP redirect headers or embedding Javascript in the page.

The class can also make the browser send an HTTP POST request by generating a form with hidden input field set to given values and adding the necessary Javascript to make the browser submit the form to a given URL.


Anti_Util_CircularReference

Package:
Anti_Util_CircularReference
Summary:
Find circular references using waypoint array
Groups:
Algorithms
Author:
Christian
Description:
This class can be used to find circular references using waypoint array.

It takes an array of pairs of values that are links between to points for instance in a map.

The class traverses the array of values and detects when there groups of points that form a cyclic reference.


PHP Scaffolder

Package:
PHP Scaffolder
Summary:
Generate scripts to manipulate MySQL table records
Groups:
Code Generation, Databases, HTML
Author:
syed abdul baqi
Description:
This package can be used to generate scripts to manipulate MySQL table records.

It generates a PHP script that can be used to insert, list, update and delete records in a given MySQL table.

The generated script uses separate classes to generate and validate forms and display table records in paginated listings.


QValidation

Package:
QValidation
Summary:
Validate several types of value
Groups:
PHP 5, Validation
Author:
Tom Schaefer
Description:
This package can be used to validate several types of value.

It provides several classes that can validate different types of values.

Currently it can validate strings, integers, arrays, objects, resources, dates and ISBN numbers.


[Free] New Free Archiver and Compression Software: FreeArc

Are you running out of space on your computer, and want to compress those files that are rarely used? Or perhaps you want to send someone some files by email, but they are so big that you wish you can reduce their sizes and pack them into a single convenient file that can be auto-expanded? If so, check out the newest archive/compressor to be added to the Free File Archivers and File Compression Utilities page. This one is both free and open source.

dSendMail2 – All In One

Package:
dSendMail2 – All In One
Summary:
Mass Send, Attach, Embed, Through SMTP or MAIL()
Groups:
Email
Author:
Alexandre Tedeschi (d)
Description:
This class was designed to be everything you should ever want in mail sending.

Credits:
– This class contains large pieces of htmlMimeMessage, originally written by Richard Heyes
– This class contains large pieces of smtpclass, originally written by Manuel Lemos

It can easily:
– Send messages through SMTP or MAIL() function
– Import/Export EMLFiles (Outlook)
– Send a HTML file (with or without images embed)
– Compose text or HTML messages
– Attach files to messages
– Embed images
– Otimized Mass-Mailing (group messages in 20 [or more, or less] so you won’t overload your server)

All required classes are inside the main class file. Only one class file required, nothing else.


dSendMail2

Package:
dSendMail2
Summary:
Compose and send messages to many recipients
Groups:
Email
Author:
Alexandre Tedeschi (d)
Description:
This class can be used to compose and send messages to many recipients.

It extends the htmlMimeEmail class originally written by Richard Heyes to compose send e-mail messages. It can:

– Compose text or HTML messages, with optional images and attachment files
– Send messages to many recipients, splitting deliveries
– Compose messages imported from messages files in the EML format
– Send messages via mail function or through an external SMTP server


Create image for WAV file

Package:
Create image for WAV file
Summary:
Draw a graph of the sound of a WAV file
Groups:
Audio, Graphics
Author:
mfboy
Description:
This class can be used to draw a graph of the sound of a WAV file.

It opens a given sound sample file in the WAV format and extracts the variation of the volume of the sample over time.

The class renders an image that represents the sound sample wave form.


Installation Automation

Package:
Installation Automation
Summary:
Automate multi-step application installations
Groups:
Content management, PHP 5, Utilities and Tools
Author:
Bogdan Lupandin
Description:
This class can be used to automate multi-step application installations.

It can present forms that define different pages of the installation process.

Each forms page is defined in custom scripts that are stored in a given directory and are numbered according to the respective installation page number.

The class can also perform several installation general purpose tasks, such as creating XML or PHP files, create MySQL database tables and insert table records.

It allows performing different types of validation on each stage and can perform page request redirection accordingly.


Powered by Gewgley