Tag Archiv: classes

deadatagrid

Package:
deadatagrid
Summary:
Display MySQL query results in an HTML table
Groups:
Databases, HTML, PHP 5
Author:
Andrej Bodor
Description:
This class can be used to display MySQL query results in an HTML table.

It can generate HTML and Javascript to display the results of a given MySQL query in an HTML table.

The generated Javascript can send AJAX requests to update the table contents when the user clicks on columns to sort the query results.


MySQL Done Right

Package:
MySQL Done Right
Summary:
Execute prepared queries to MySQL databases
Groups:
Databases, PHP 5
Author:
Daren Schwenke
Description:
This lightweight class can be used to execute prepared queries to MySQL databases.

It extends the MySQLi class to provide additional features. It can:

- Prepare and cache prepared queries
- Execute a prepared query using a list of parameters
- Retrieve the query results into objects or associative arrays

Most operations are reduced to a single line of code.


Dir 2 Gallery

Package:
Dir 2 Gallery
Summary:
Display a gallery with images from a directory
Groups:
Graphics, HTML, PHP 5
Author:
Nurul Ferdous
Description:
This class can be used to display a gallery with images from a directory.

It can scan the current directory for image files with given file name extensions.

The class generates HTML to show a given number of random images from the scanned image files. Each image is displayed as a thumbnail linking to the image in the original size.


Email 2 SMS

Package:
Email 2 SMS
Summary:
Send SMS by e-mail to many carriers
Groups:
Email, Wireless and Mobile
Author:
utsavhanda
Description:
This class can be used to send SMS by e-mail to clients of many country carriers.

It can compose and send an e-mail message to an address of a carrier that delivers the SMS message to a client of a given mobile carrier.

The class can customize the SMS message to be sent for a variety of handsets including Symbian smart phones, Andriod phones and old handsets.

Currently it supports more than 95 carriers in 29 countries:

Alaska: General Communications
Argentina: Claro, Personal
Australia: T-Mobile/Optus Zoo
Austria: T-Mobile
Brazil: Vivo
Bulgaria: Mtel, Globul
Canada: Aliant, Bell Mobility, Fido, MTS Mobility, Rogers Wireless, Sasktel Mobility, Telus, Virgin Mobile
Crotia: T-Mobile, Tigo
Colombia: Comcel
France: Bouygues Telecom
Germany: T-Mobile, Vodafone, O2, E-Plus
Iceland: OgVodafone, Siminn
India: Andhra Pradesh Airtel, BPL Mobile Mumbai, Karnataka Airtel
Ireland: Meteor
Italy: TIM, Vodafone
Japan: AU by KDDI, NTT DoCoMo, Vodafone Chuugoku/Western, Vodafone Hokkaido, Vodafone Hokuriko/Central North, Vodafone Kansai/West, including Osaka, Vodafone Kanto/Koushin/East, including Tokyo, Vodafone Kyuu\
shu/Okinawa, Vodafone Shikoku, Vodafone Touhoku/Niigata/North, Vodafone Toukai/Central, Willcom, Willcom di, Willcom dj, Willcom dk
Mexico: Nextel
Mauritius: Emtel
Nepal: Mero Mobile
Netherlands: T-Mobile, Orange
Nicaragua: Claro
Singapore: M1
South Africa: Vodacom, MTN
Spain: Telefonica Movistar, Vodafone
Sri Lanka: Mobitel
Sweden: Tele2
Switzerland: Sunrise Communications
United States: 7-Eleven Speak Out Wireles, Alaska Communications Systems, Alltel, Ameritech, Appalachian Wireless, AT&T Mobility, ATT Wireless, Bluegrass Cellular, Bellsouth, Boost, Cellular One, Cellular South, Centen\
nial Wireless, Cincinnati Bell Wireless, Edge Wireless, Sprint PCS, Teleflip, T-Mobile, Metro PCS, Nextel, O2, Orange, Qwest, Rogers Wireless, Telus Mobility, US Cellular, Verizon, Virgin Mobile
United Kingdom: O2 #1, O2 #2, Orange, T-Mobile, Virgin Mobile, Vodafone


BarcodeGenerator

Package:
BarcodeGenerator
Summary:
Generate an image with a bar code
Groups:
Graphics, PHP 5
Author:
Raj Trivedi
Description:
This class can be used to generate an image with a bar code.

It takes a string with digits and generates an image with bars that represent the string digits.

The bar code image is saved to a file or displayed as the current script output in the GIF format.


Google Calendar

Package:
Google Calendar
Summary:
Create events in a Google calendar
Groups:
PHP 5, Time and Date, Web services
Author:
Igor Macedo
Description:
This class can be used to create events in a Google calendar.

It uses the Zend Framework GData classes to send a request to the Google Calendar Web services API.

Currently the class can create an event in the calendar of a given Google Calendar user.


D3Upload

Package:
D3Upload
Summary:
Validate and process files uploaded via Web forms
Groups:
Files and Folders, HTTP
Author:
Ridvan KARATAS
Description:
This class can be used to validate and process files uploaded via Web forms.

It can take the name of a given file upload input and check if a valid file was uploaded and can be processed.

It checks whether the file has a valid name extension. It also checks whether a given destination directory exists and is writable.

If all is well, the class copy the file to destination directory, optionally with an unique file name.

The code and comments are in Turkish.


PHP Charts

Screenshot
Package:
PHP Charts
Summary:
Render charts of several types
Groups:
Graphics
Author:
Raul Molnar
Description:
This class can be used to render charts of several types.

It takes a list of values that define points of one or more set and render charts of several possible types: line, bar, surface and pie.

The class provides options to choose colors, gradients, show coordinates, etc..

The generated charts can be saved to a given file or displayed as the current script output.


Strategy based serializable object registry

Package:
Strategy based serializable object registry
Summary:
Store object values in a registry using a strategy
Groups:
Design Patterns, PHP 5
Author:
lusfikar sheba
Description:
This package can be used to store object values in a registry using a strategy.

It implements a registry design pattern to serialize objects using the strategy pattern to choose serialization implementation with driver classes defined at run-time.


MySQLQueryGenerator

Package:
MySQLQueryGenerator
Summary:
Compose common MySQL queries from parameters
Groups:
Databases, PHP 5
Author:
Andrei Caminschi
Description:
This package can be used to compose common MySQL queries from parameters.

It is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions.

There are separate classes for composing queries of type: SELECT, INSERT, UPDATE and DELETE.


Powered by Gewgley