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.