Package:
Summary:
Create records of registered users in MySQL
Groups:
Author:
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.
Package:
Summary:
Display data from MySQL or arrays in HTML tables
Groups:
Author:
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.
Package:
Summary:
Store and retrieve objects in MongoDB databases
Groups:
Author:
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.
Package:
Summary:
Send ping requests sending ICMP packets
Groups:
Author:
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.
Package:
Summary:
Send ping requests sending ICMP packets
Groups:
Author:
Description:
This class can be used to send ping requests sending ICMP packets.
Package:
Summary:
Wrap string and integer values in objects
Groups:
Author:
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.
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.
Package:
Summary:
Wrapper to access several types of cache storages
Groups:
Author:
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.
Package:
Summary:
Display Maps using Google Maps API version 3
Groups:
Author:
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.
Package:
Summary:
Store and retrieve keys in array static object
Groups:
Author:
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.