Monthly Archiv: November, 2010

Registration PHP Class

Package:
Registration PHP Class
Summary:
Create records of registered users in MySQL
Groups:
Databases, PHP 5, User Management
Author:
Antonio Ciccia
Description:
This class can be used to create records of registered users in MySQL.

It can take the user name, password, e-mail address from form values submitted via POST method and validates those values.

The class creates a record in a MySQL table with the new user submitted values.


Simple Table Wrapper

Example of generated table from SQL table fields
Package:
Simple Table Wrapper
Summary:
Display data from MySQL or arrays in HTML tables
Groups:
HTML, PHP 5
Author:
Michal Pakula
Description:
This class can be used to display data from MySQL, objects or arrays in HTML tables.

It can generate an HTML table with cells that contain data retrieved from MySQL query result rows, arrays or objects.

Objects and arrays can be traversed recursively if they contain array values.


EVDB

Package:
EVDB
Summary:
Store and retrieve objects in MongoDB databases
Groups:
Databases, PHP 5
Author:
Bartlomiej Rudzki
Description:
This package can be used to store and retrieve objects in MongoDB databases.

It can object class schema definitions from files in the YAML format.

It can create, update, delete objects and well find objects by identifier or custom search parameters.

It supports plug-ins classes that may be called before or after updating or deleting an object.


Net Ping

Package:
Net Ping
Summary:
Send ping requests sending ICMP packets
Groups:
Networking
Author:
Maxim Ignatenko
Description:
This class can be used to send ping requests sending ICMP packets.

It creates a socket to send packets to a given remote computer from a given local IP address or the default local network interface.

The class sends the ping ICMP packets and retrieves the response time if it arrived before a given timeout value.


Java and C# compatible object autoboxing

Sample output
Package:
Java and C# compatible object autoboxing
Summary:
Wrap string and integer values in objects
Groups:
Data types, PHP 5
Author:
Artur Graniszewski
Description:
This package can be used to wrap string and integer values in objects.

It provides functions that create objects to store references to either strings or integer values.

It can also cache references to value objects with the same values to avoid creating needless object copies.


[Free] New Help Authoring Software: Generate Windows CHM Help files, PDF files, Word files and Website from a single source

Are you writing documentation for your computer software and wish you could generate a Windows help file, a PDF file, a Word document and a website from a single document source? Now you can, with this latest addition to the Free Help Authoring Tools page.

Wrapper Cache

Package:
Wrapper Cache
Summary:
Wrapper to access several types of cache storages
Groups:
Cache, PHP 5
Author:
chema
Description:
This class is a wrapper to access several types of cache storage containers.

It can store, retrieve, and delete entries of data stored in a given storage container.

Currently it supports memcached, eaccelerator, apc, xcache or caches using a separate caching class.


Google map

sample google map
Package:
Google map
Summary:
Display Maps using Google Maps API version 3
Groups:
Geography, PHP 5, Web services
Author:
Sandeep Kumar
Description:
This class can be used to display Maps using Google Maps API version 3.

It can generate HTML and JavaScript to display a map using Google Maps centered in given coordinates and set to a given zoom level.

The class can also add one or more markers to display in the map with given icon image, title and associated information text.


keeper

Package:
keeper
Summary:
Store and retrieve keys in array static object
Groups:
Data types, PHP 5
Author:
Ivan Priorov
Description:
This class can be used to store and retrieve keys in array static object.

It extends the ArrayObject class and implements array storage functions to check, store and retrieve entries which are stored in a static array variable.


Powered by Gewgley