Package:
Summary:
Retrieve data from OpenOffice spreadsheet files
Groups:
Author:
Description:
This class can be used to retrieve data from OpenOffice spreadsheet files.
It can open a given file in the ODS format, extract its contents and parse the spreadsheet data.
The class can extract a given range of spreadsheet rows into an array.
Package:
Summary:
Retrieve messages from an IMAP server
Groups:
Author:
Description:
This class can be used to retrieve messages from an IMAP server.
It uses the PHP IMAP extension to access to a given IMAP server and can execute several operations to retrieve different parts of the available messages.
Currently it can retrieve information of the mail box, retrieve message headers, retrieve the message data and attachments.
Package:
Summary:
Generate XML reports from PHP script execution
Groups:
Author:
Description:
This class can be used to generate XML reports from PHP script execution.
It can keep track of the time when PHP executed certain sections of a PHP script.
The class can generate a XML document with the information of when PHP started and ended executing each section.
Package:
Summary:
Generate breadcrumb links from an URL
Groups:
Author:
Description:
This class can be used to generate breadcrumb links from an URL
Package:
Summary:
Generate breadcrumb links from an URL
Groups:
Author:
Description:
This class can be used to generate breadcrumb links from the current page URL.
It looks at current page URL, removes a given base URL and split its parts separated by slashes.
The class generates bread crumb HTML links for each of URL parts.
Package:
Summary:
Retrieve local weather forecast from weather.com
Groups:
Author:
Description:
This class can be used to retrieve local weather forecast from weather.com.
It can send a request to the weather.com site to retrieve weather forecast for a given location.
The class parses the forecast results and stores them in local cache files.
Package:
Summary:
Load framework objects
Groups:
Author:
Description:
This is a framework base class that can be used to load framework objects.
It can automatically load other framework classes when it is accessed a variable of the class that starts with a capital letter.
Package:
Summary:
Store and retrieve variable values from files
Groups:
Author:
Description:
This class can be used to store and retrieve variable values from files.
It can take variable values and store them in files with given names.
The class can also do the opposite, i.e. retrieve variable values from files.
The variables can be scalar, or objects or arrays, provided the class or a sub-class defines functions to serialize and unserialize the variable values.
Package:
Summary:
This php class is used to retrive data from Mysql
Groups:
Author:
Description:
This class is very useful to handle the data from MySql Database.
1.Execute query.
2.Insert,Delete,Update record with the help of wrapper classes.
Package:
Summary:
Execute MySQL queries defined programmatically
Groups:
Author:
Description:
This class can be used to execute MySQL queries defined programmatically.
It can execute SQL SELECT, INSERT, UPDATE and DELETE queries from programmatically defined parameters that specify tables, fields, field values and condition clauses.