Package:
Summary:
Create events in a Google calendar
Groups:
Author:
Description:
This class can be used to create events in a Google calendar.
It uses the Zend Framework GData classes to send a request to the Google Calendar Web services API.
Currently the class can create an event in the calendar of a given Google Calendar user.
Package:
Summary:
Validate and process files uploaded via Web forms
Groups:
Author:
Description:
This class can be used to validate and process files uploaded via Web forms.
It can take the name of a given file upload input and check if a valid file was uploaded and can be processed.
It checks whether the file has a valid name extension. It also checks whether a given destination directory exists and is writable.
If all is well, the class copy the file to destination directory, optionally with an unique file name.
The code and comments are in Turkish.
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.