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.
Package:
Summary:
Get image galleries from Picasa Web pictures
Groups:
Author:
Description:
This class can be used to get information from image galleries from Picasa Web pictures.
It can parse Picasa Web galleries XML feeds to extract the details of the gallery images.
The class returns arrays with information of the galleries pictures, thumbnails, titles, etc..
Package:
Summary:
Process directories recursively
Groups:
Author:
Description:
This class can be used to process directories recursively.
It can traverse directories recursively.
The class invokes callback classes to perform any actions the applications need.
There are callback classes for several purposes like listing all files, listing all directories, deleting all files and directories, changing permissions, etc..
Package:
Summary:
Detect the current user browser
Groups:
Author:
Description:
This class can be used to detect the current user browser.
It takes the user agent header value and returns the identification of the detected browser.
The class may also return the name of a CSS file or PHP script associated to the current browser.
Package:
Summary:
Extract information from UML artifact files
Groups:
Author:
Description:
This package can be used to extract information from UML artifact files.
It can process UML project files generated by BoUML project and extracts information from the defined artifacts.
Currently it can just extract the packages, components and use cases.
Package:
Summary:
Generate HTML to display tabs using jQuery.
Groups:
Author:
Description:
This is a simple class that can be used to generate HTML to display tabs using jQuery.
It can add one or more tab links and the respective content sections .
The class generates HTML lists and entries that appear as tabs when displayed with jQuery Javascript and CSS.
Package:
Summary:
Base MVC classes for developing Joomla extension
Groups:
Author:
Description:
This package provides base classes for developing Joomla extension using the MVC design pattern.
It provides base model, view and controller classes wrap around Joomla base code.
The base MVC classes should be extended to implement new Joomla extensions.