Package:
Summary:
Burn CD using CreateCD Windows program
Groups:
Author:
Description:
This class can be used to burn CD using CreateCD Windows program.
It takes a CD image file and executes the CreateCD program to burn the image into a disk in a given drive.
The class may also erase the disk first, give it a given label name, burn it at a given speed and make the CD bootable.
Package:
Summary:
Merge template values in OpenOffice and Office
Groups:
Author:
Description:
This package can be used to merge template values in OpenOffice and Office.
It is a plug-in for the TinyButStrong template engine that can open compressed documents in the format of OpenOffice or Microsoft Office 2007 or later, and replace placeholders by template variables.
The resulting documents are saved to file, served for download or returned as a string.
Package:
Summary:
Show buttons to pay products with Google Checkout
Groups:
Author:
Description:
This class can be used to show buttons to pay products with Google Checkout.
It can build a list of items to order with names, descriptions, quantities, prices, discounts, shipping and tax details.
The class can generate an HTML form with a button and hidden fields that pass the details of the order, so when the user clicks the button it is sent to pay the order in Google Checkout.
Package:
Summary:
Keep track of references to variable values
Groups:
Author:
Description:
This class can be used to keep track of references to variable values.
It can manage a collection of references to variables by adding and removing them to a list of reference values.
The class can also check if a reference value already belongs to the collection.
Package:
Summary:
Crop images to remove edges with same color
Groups:
Author:
Description:
This class can be used to crop images by removing edges with same color.
It can load a GIF, JPEG or PNG image and scans it to detect edges color, so it crops the image to remove the edge areas that have the same color around it.
The cropped image is outputted in the same format as the original image.
Package:
Summary:
Store and retrieve objects from databases with PDO
Groups:
Author:
Description:
This class can be used to store and retrieve objects from databases with PDO.
It implements the Active Record design pattern to create, retrieve, update and delete objects that are mapped to given database tables.
The class implements lazy loading so when a class variable is accessed before the respective database record was retrieved, it executes a query to get the class variable values from the database.
Package:
Summary:
Spell number with Serbian words
Groups:
Author:
Description:
This class can be used to spell number with words of Serbian or other idioms.
It can parse a number and generate a string that spell the number in one of the supported idioms.
Currently it supports Serbian, English, German, Russian, Portuguese, Italian, Spanish, etc..
Package:
Summary:
Register name and value pairs in a SQLite database
Groups:
Author:
Description:
This class can be used to register name and value pairs in a SQLite database.
It can create a SQLite database file for storing values associated to a name key.
The class can also retrieve the value of a stored key or delete the key from the registry database.
Package:
Summary:
Send e-mail messages with multiple attachments
Groups:
Author:
Description:
This class can be used to send e-mail messages with multiple attachments.
It can compose an e-mail message that can have one or more attached files.
The messages may be HTML or plain text. The message subject, sender and recipient addresses are configurable.
Package:
Summary:
Compute stem strings from Indonesian words
Groups:
Author:
Description:
This class can be used to compute stem strings from Indonesian words.
It removes prefixes and suffixes from given Indonesian words, so words that sound similar result in the same stem string.