Linux 软件免费装

WP_Registry

开发者 Jan Gorman
更新时间 2009年12月18日 06:15
PHP版本: 2.8 及以上
WordPress版本: 2.9

标签

registry globals spl arrayobject

下载

0.1 0.2

详情介绍:

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' )

安装:

  1. Upload wp_registry.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

常见问题:

Which version of PHP is required?

This is a PHP 5+ plugin only. Internally it uses the SPL ArrayObject for data storage. Making PHP5 a requirement.

更新日志:

0.2 0.1