Package:
Summary:
Get IP geographic location using MaxMind API
Groups:
Author:
Description:
This classes can be used to get geographic location of an IP address using MaxMind API.
It can send HTTP requests to the MaxMind Web services API Web server to request geographic information of a computer with a given IP address.
Currently it may return the latitude, longitude, city, region, post code, metro code, area code, ISP and organization.
Package:
Summary:
Generate random text to use as password
Groups:
Author:
Description:
This is a simple class that can generate random text to use as password.
It generates a text string with 12 random upper and lower case letters and digits.
Package:
Summary:
Compute the difference of time between dates
Groups:
Author:
Description:
This is a simple class that can be used compute the difference of time between dates.
It takes two dates and compute the difference between them in days, hours, and minutes.
In Portuguese:
Esta class tem uma função que retorna diferença entre as datas em Dias, Horas ou Minutos.
Package:
Summary:
Execute prepared queries with MySQLi extension
Groups:
Author:
Description:
This class can be used to execute prepared queries with MySQLi extension.
It can access a given MySQL database using the MySQLi extension and execute prepared queries by defining the value and type of the parameters.
The class can return last inserted row identifier and the query results into arrays.
Package:
Summary:
Generate pronounceable passwords
Groups:
Author:
Description:
This class can be used to generate pronounceable passwords.
It can generate a text string with a given length with alternating consonants and vowels.
Optionally it may include digits, repeat letters and use upper and lower case letters.
Generates pronounceable passwords easy to remember. Can generate passwords up to 10 characteres and case-sensitive if applicable.
Package:
Summary:
Validate and process uploaded image files
Groups:
Author:
Description:
This class can be used to validate and process uploaded image files.
It can take an array of information of an uploaded file and validate it by checking the MIME type against a list of accepted MIME types.
The class can move the file to a given directory. It can also generate thumbnails when the images are files.
In Spanish:
Clase que se encarga de recibir los datos de un file recogido través de un formulario POST y los sube a la carpeta que se desee.
La clase hace distinciones de tipos mime de los archivos y permite generar thumbnails para las imagenes.
Package:
Summary:
Store and retrieve objects in SQLite databases
Groups:
Author:
Description:
This package can be used to store and retrieve objects in SQLite databases.
It can create objects, add properties and assign the property values.
The object property values are stored in SQLite table records when the objects are saved.
It can also retrieve object values from the database given the table name and object identifier.
Package:
Summary:
Manipulate text strings
Groups:
Author:
Description:
This class can be used to manipulate text strings.
It can perform several types of operations with text strings like insertion or deletion of text, searching and replacing using given strings or regular expressions, comparisons, etc..
Package:
Summary:
Cache MySQL query results in session variables
Groups:
Author:
Description:
This class can be used to cache MySQL query results in session variables.
It can perform a given SELECT SQL query and store the result in a session variable.
Next time the same query is executed it can retrieve the results from the session variable if it did not exceed the cache expiry time.