Package:
Summary:
Shorten URLs using the MrNet.in service
Groups:
Author:
Description:
This class can be used to shorten URLs using the MrNet.in service.
It can send an HTTP request to the MrNet.in Web services API server to retrieve a short URL for a given URL.
In Portuguese:
Esta classe permite obter urls encurtadas através do serviço MrNet.in e sua API. Para ter acesso a uma chave entre em contato.
Package:
Summary:
Parse cron strings and compute schedules
Groups:
Author:
Description:
This package can be used to parse cron strings and compute schedules.
It can parse a given string to with a schedule specification in cron format.
The class can compute the last and the next schedule times job should be executed relative to a given time.
Package:
Summary:
Display month calendar in HTML tables
Groups:
Author:
Description:
This class can be used to display month calendar in HTML tables.
It takes a given month and year and generates an HTML table that displays a calendar with the days of the month.
The class also displays links to browse the next and previous calendar months.
Package:
Summary:
Compute and check a Mexican CURP number
Groups:
Author:
Description:
This class can be used to compute and check a Mexican CURP number.
It can take the identity values of a person and compute the corresponding CURP number.
The class can also send a HTTP request to a Mexican government site to check a given CURP number.
In Spanish:
Esta clase proporciona la abstracción para calcular y consultar la curp de cualquier persona con nacionalidad mexicana
Package:
Summary:
Access and manage MySQL databases
Groups:
Author:
Description:
This class can perform several types of operations to access and manage MySQL databases.
It can execute SQL queries from lists of parameters, generate pagination links to display query results split in pages with limited number of records, optimize the database table storage, take backups and restore database tables structure and data.
Package:
Summary:
Access and manage MySQL databases
Groups:
Author:
Description:
This class can perform several types of operations to access and manage MySQL databases.
It can execute SQL queries from lists of parameters, generate pagination links to display query results split in pages with limited number of records, optimize the database table storage, take backups and restore database tables structure and data.
Package:
Summary:
Template engine to format text strings
Groups:
Author:
Description:
This class implements a template engine to format text strings.
It takes a template text string and uses regular expressions to replace certain place holders with given values.
The class supports simple text replacements, justified text insertion, object calls return values, array entry values and insert numbers in different bases.