Package:
Summary:
Render charts of several types
Groups:
Author:
Description:
This class can be used to render charts of several types.
It takes a list of values that define points of one or more set and render charts of several possible types: line, bar, surface and pie.
The class provides options to choose colors, gradients, show coordinates, etc..
The generated charts can be saved to a given file or displayed as the current script output.
Package:
Summary:
Store object values in a registry using a strategy
Groups:
Author:
Description:
This package can be used to store object values in a registry using a strategy.
It implements a registry design pattern to serialize objects using the strategy pattern to choose serialization implementation with driver classes defined at run-time.
Package:
Summary:
Compose common MySQL queries from parameters
Groups:
Author:
Description:
This package can be used to compose common MySQL queries from parameters.
It is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions.
There are separate classes for composing queries of type: SELECT, INSERT, UPDATE and DELETE.
Package:
Summary:
Send email message with an attached PDF file
Groups:
Author:
Description:
This class can be used to send email message with an attached PDF file.
It can compose and send an HTML e-mail message with an alternative text part and an attached PDF file.