This plugin is outdated and might not be supported anymore
WP_Registry

WP_Registry

Details
View on WordPress

The plugin provides a globally accessible container for storing values of any kind. The Registry is a singleton and you can set values inside the registry like this:

WP_Registry::set( 'key', $value ) 

which can then be retrieved at any time like this:

WP_Registry::get( 'key' ) 

Details

Plugin code:
wp-registry
Plugin version:
0.1
Author:
Outdated:
Yes
WP version:
2.8 or higher
PHP version:
or higher
Test up to WP version:
2.9.2
Total installations:
0
Last updated:
2009-12-17
Rating:
Times rated:
0
arrayobject
globals
registry
spl