Title: WP_Registry
Author: Jan Gorman
Published: <strong>06. prosinca 2009.</strong>
Last modified: 17. prosinca 2009.

---

Pretraga dodataka

Dodatak **nije testiran s zadnje 3 glavna izdanja WordPressa**. Možda ga se više
ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama
WordPressa.

![](https://s.w.org/plugins/geopattern-icon/wp-registry.svg)

# WP_Registry

 Od [Jan Gorman](https://profiles.wordpress.org/jan-gorman/)

[Preuzmi](https://downloads.wordpress.org/plugin/wp-registry.0.2.zip)

 * [Detalji](https://hr.wordpress.org/plugins/wp-registry/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/wp-registry/#reviews)
 *  [Instalacija](https://hr.wordpress.org/plugins/wp-registry/#installation)
 * [Razvoj](https://hr.wordpress.org/plugins/wp-registry/#developers)

 [Podrška](https://wordpress.org/support/plugin/wp-registry/)

## Opis

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

## Instalacija

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

## Pitanja i odgovori

#### Which version of PHP is required?

This is a PHP 5+ plugin only. Internally it uses the SPL [ArrayObject](http://www.php.net/manual/de/class.arrayobject.php)
for data storage. Making PHP5 a requirement.

## Recenzije

Nema recenzija za ovaj dodatak.

## Suradnici i Programeri

“WP_Registry” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

 *   [ Jan Gorman ](https://profiles.wordpress.org/jan-gorman/)

[Prevedite “WP_Registry” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/wp-registry)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/wp-registry/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/wp-registry/)ili se pretplatite
na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/wp-registry/) od [RSS](https://plugins.trac.wordpress.org/log/wp-registry/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

#### 0.2

 * Tested with WordPress 2.9, plugin is compatible

#### 0.1

 * Initial plugin release

## Meta

 *  Version **0.1**
 *  Zadnje ažuriranje **prije 17 godina**
 *  Aktivnih instalacija **Manje od 10**
 *  WordPress inačica ** 2.8 ili viša **
 *  Testirano do **2.9.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-registry/)
 * Oznake
 * [globals](https://hr.wordpress.org/plugins/tags/globals/)[registry](https://hr.wordpress.org/plugins/tags/registry/)
   [spl](https://hr.wordpress.org/plugins/tags/spl/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/wp-registry/advanced/)

## Ocjena

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-registry/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-registry/reviews/)

## Suradnici

 *   [ Jan Gorman ](https://profiles.wordpress.org/jan-gorman/)

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/wp-registry/)

## Doniraj

Želite li podržati napredak ovog dodatka?

 [ Donirajte ovom dodatku ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10322353)