Registry Class Reference

List of all members.

Public Member Functions

 Registry ()
 _set ($key, &$var)
_get ($key)
 set ($key, &$var)
get ($key, $default=false)

Public Attributes

 $store

Detailed Description

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

Description: A registry.

Definition at line 10 of file registry.php.


Member Function Documentation

& Registry::_get ( key  ) 

Definition at line 27 of file registry.php.

Registry::_set ( key,
&$  var 
)

Definition at line 22 of file registry.php.

& Registry::get ( key,
default = false 
)
Registry::Registry (  ) 

Constructor

Definition at line 17 of file registry.php.

Registry::set ( key,
&$  var 
)

Store a variable/object.

Parameters:
string $key Unique key name to store value under
mixed $var Variable to store

Definition at line 40 of file registry.php.

References $GLOBALS.

Referenced by Factory::model(), Factory::newobj(), Factory::page(), Page_Base::param_set(), Page_Base::param_unset(), Factory::plugin(), Web::run(), I18N::set_language(), and start_session().


Member Data Documentation

Registry::$store

Definition at line 12 of file registry.php.


The documentation for this class was generated from the following file:

Generated on Wed Jan 13 09:21:05 2010 for Pronto Framework by  doxygen 1.6.1