Downloadliste

Projektbeschreibung

superGlobals is a PHP library that transparently injects into a superglobal or global variable while keeping all functionality of a regular array, but extending it with type casting and URI parsing into that array. It can use memcached for additional performance and can interact with custom DB abstractions (mostly PEAR). It may filter, cast, or validate variables as: boolean, integer, float, string, array, object, IPv4 address, IPv6 address, regular expression, URL, URL encoded string, HTML escaped string, or SQL escaped string. It is possible to pass a function name callback as a casting or validation method. Also, it is possible to pass multiple casting methods for each variable, which is useful for array processing.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-03-30 05:45
1.169

Diese Veröffentlichung fügt das superglobale:: Start-Methode für den Betrieb einer Bibliothek ohne Registrierung alle params. Es behebt einen einzigen Hinweis über undefinierte Variablen in einigen PHP-Versionen.
This release adds the superGlobal::start method for running a library without registering any params. It fixes a single notice about undefined variables in some PHP versions.

2009-03-24 20:26
1.113

Dies ist die erste Version.
Tags: Final
This is the initial release.

Project Resources