Package:
Summary:
Manage the execution of PHP daemon scripts
Groups:
Author:
Description:
This class can be used to manage the execution of PHP daemon scripts.
It can store in control file the state of the currently running script.
The class can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed.
It can also check if another control file exists as a flag indicating that another script instructed the current instance to stop and exit.
Package:
Summary:
Calculate the phase of the Moon for a given date
Groups:
Author:
Description:
This class can be used to calculate the phase of the Moon for a given date.
It takes a given date and determines the phase of the Moon for that date.
The class returns the Moon phase name, phase percentage and Moon visibility.
It can also return the date of the next new Moon or full Moon.
Package:
Summary:
Serve Word and Excel files as HTML
Groups:
Author:
Description:
This class can be used to serve Word and Excel files as HTML.
It can generate HTML output with content type headers that identify it as Microsoft Word or Excel files.
Package:
Summary:
Web application development framework
Groups:
Author:
Description:
This package is a Web application development framework.
It provides several classes to simplify the development of Web sites and applications.
Currently it provides classes for database access, database table wrapper, ORM, content caching, configuration access, error handling, logging, front controller, manage request responses, session management and template processing.
Package:
Summary:
Display different logos according to current date
Groups:
Author:
Description:
This class can be used to display different logos according to current date.
It takes a list of logos to display in holidays and special dates.
The class checks the current date and displays the corresponding logo.
It supports showing logo formats as images, Flash or text.