Package:
Summary:
Extract keywords from text file
Groups:
Author:
Description:
This class can be used to extract keywords from text file.
It can open a text file and extract words according to several criteria.
The class can extract all the words, get a range of words, and get words that occur more than a given number of times.
Package:
Summary:
Get information about ring tones in dada.net
Groups:
Author:
Description:
This class can be used to get information about ring tones in dada.net.
It can send requests to the OpenDada.com Web services API to perform several operations.
Currently it can get the top 10 ring tones, get ring tones by genre, search for ring tones with a given keyword, get ring tone by artist and title,
Opendada.com is the API for the mobile content providers dada.net , opendada.com provides the api to fetch contents from their network and use on your own portals
Anyone can also subscribe for their Affiliate (The option for their affiliate is not yet provided)
Package:
Summary:
Get information about ring tones in dada.net
Groups:
Author:
Description:
This class can be used to get information about ring tones in dada.net.
It can send requests to the OpenDada.com Web services API to perform several operations.
Currently it can get the top 10 ring tones, get ring tones by genre, search for ring tones with a given keyword, get ring tone by artist and title,
Opendada.com is the API for the mobile content providers dada.net , opendada.com provides the api to fetch contents from their network and use on your own portals
Anyone can also subscribe for their Affiliate (The option for their affiliate is not yet provided)
Package:
Summary:
Manipulate bit field values
Groups:
Author:
Description:
This class can be used to manipulate bit field values.
It can create a bit field from either an integer number or a string of bits.
The class provides an Iterator interface to traverse the list of bits, function to set or get individual bit values, as well convert the bit field into integer, hexadecimal, octal and array values.
Package:
Summary:
Generate code to set variables from request values
Groups:
Author:
Description:
This class can be used to generate code to set variables from request values.
It can traverse the list of GET or POST request values and generates PHP code that assigns variables with the request values.
The generated code statements may be returned as a single string.
Package:
Summary:
Parse and cache XML documents
Groups:
Author:
Description:
This class can be used to parse and cache RSS feeds or other types of XML documents.
It can retrieve and parse an XML document from a given file or remote URL. The parsed document is returned as SimpleXML object.
The class may also cache the remote document data in local files.
Package:
Summary:
Validate and process multiple uploaded files
Groups:
Author:
Description:
This class can be used to validate and process multiple uploaded files.
It can validate one or more files uploaded using Web forms by checking whether they used one of the allowed file name extensions and whether the files do not exceed a given size limit.
The class moves valid uploaded files to a given directory. The class will create the directory if it does not exist.
Package:
Summary:
Import data from DBF files into MySQL databases
Groups:
Author:
Description:
This class can be used to import data from DBF files into MySQL databases.
It uses the dbase extension functions to open and retrieve data from DBF files.
The class generates a string with SQL statements to create tables in a MySQL database and insert rows with the data from the DBF files.
The generated SQL statements maybe displayed in a HTML page, served for download, or stored in a file.
The code and comments are in Spanish.
Package:
Summary:
Database access singleton using the PDO extension
Groups:
Author:
Description:
This class implements database access singleton using the PDO extension.
It creates a instance of the PDO object that acts as a singleton.
The class provides functions to access a database using the PDO object for executing queries, retrieving the results and managing transactions.