Package:
Summary:
Store and retrieve configuration values in MySQL
Groups:
Author:
Description:
This class can be used to store and retrieve configuration values in MySQL.
It store given configuration values in a MySQL table.
The class can also retrieve the values from that table.
It can as well create and drop the table for storing the configuration values.
A new COBOL compiler for Windows has been added to the Free COBOL Compilers
and Interpreters page. This compiler implements ANSI-74 COBOL with some features from ANSI-85 and ISO 1989:2002. If you're learning
the COBOL computer language or want to write programs in COBOL, check it out.
Package:
Summary:
Perform operations to manipulate dates
Groups:
Author:
Description:
This class can be used to perform operations to manipulate dates.
It can perform several types of date operations like formatting a date in different ways, converting between timestamp values and date strings, adding a period of time to a given date, and comparing dates.
Package:
Summary:
Generate PHP scripts with configuration values
Groups:
Author:
Description:
This class can be used to generate PHP scripts with configuration values.
It can add one or more configuration variables to a list.
The class generates a PHP script file with code that assigns the given values to the respective values.
Package:
Summary:
Obfuscate HTML using JavaScript
Groups:
Author:
Description:
This class can be used to obfuscate HTML using JavaScript.
It takes a string with HTML tags and generates HTML with JavaScript that once loaded in a browser will display the original HTML tags.
The generated JavaScript has the original HTML tags in an obfuscated form.
A new ping software has been added to the Free Graphical Ping Utilities
to Check Network Connections page. Ping is often used as a rough test to see if a particular host
(such as a website) on the network is reachable or alive. While most operating systems, including Windows, Mac OS X and Linux,
already come with command line ping software , these Ping tools have a graphical interface and often include additional facilities not
present in the built-in programs. All the programs listed on the page are free.
Package:
Summary:
Store and retrieve cache data in files
Groups:
Author:
Description:
This class can be used to store and retrieve cache data in files.
It can store data in a cache file with a given life time limit before it expires.
The class can also retrieve the data from the cache time and check if it did not expire.
It can also delete existing cache file or remove them only if they already expired.
Package:
Summary:
Filter request values by type
Groups:
Author:
Description:
This class can be used to filter request values by type.
It can process POST and GET request variables a determine if they match a given type.
The class returns the original values or default values if the request values do not match the expected type.
Currently the class supports filtering strings to remove tags and add escaping slashes, integers and floating point values.
Package:
Summary:
Template engine that replaces tags in PHP scripts
Groups:
Author:
Description:
This class implements a template engine that replaces tags in PHP scripts.
It can load a template file which can be a PHP script which is executed when the template is loaded.
The loaded template is processed by replacing tags, which are named marks delimited by curly braces, by template variable values.
When template variable values which are arrays, the class iterates the template processing over all values.
The class can display the processed template as the current script output or return the resulting template string.