Category Archives: Classes

Easy ODS Read

Package:
Easy ODS Read
Summary:
Retrieve data from OpenOffice spreadsheet files
Groups:
Files and Folders, PHP 5
Author:
Ovidiu Mihalas
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.


PHP 5 IMAP Class

Package:
PHP 5 IMAP Class
Summary:
Retrieve messages from an IMAP server
Groups:
Email
Author:
Chris Nizz
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.


uDebug

Package:
uDebug
Summary:
Generate XML reports from PHP script execution
Groups:
Debug, PHP 5, XML
Author:
Epsilon Alexey
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.


Bread crumb

Package:
Bread crumb
Summary:
Generate breadcrumb links from an URL
Groups:
HTML, HTTP, PHP 5
Author:
sifat kabir
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.


Easy Weather

easyWeather screenshot
Package:
Easy Weather
Summary:
Retrieve local weather forecast from weather.com
Groups:
Meteorology/Weather Forecasting/Climate, Physics, Web services
Author:
Pio Fernandes
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.


Storage

Package:
Storage
Summary:
Store and retrieve variable values from files
Groups:
Data types, Files and Folders, PHP 5
Author:
Domenico Pontari
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.


MySQL Wrapper class

Package:
MySQL Wrapper class
Summary:
Execute MySQL queries defined programmatically
Groups:
Databases
Author:
Bala
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.


Powered by Gewgley