Class Resource is an abstract persistance Adapter for HTTP Services
Resources are used by Services to manipulate and load data (e.g. from a database) into representations.
Resources are using DAO objects to operate on storage engines like databases or a filesystem. The difference between a DAO and a resource is that a DAO usually implements the connection to a single entity (e.g. a database table) and a Resource may use multiple DAO objects.
Resources inherit from ValueObject to provide a defined interface to an internal storage map.
Located in /resource.php (line 27)
PHOOL | --ValueObject | --Resource
Inherited from ValueObject
ValueObject::$data
Inherited from PHOOL
PHOOL::$debug
PHOOL::$errorlabels
PHOOL::$errorlevels
PHOOL::$errors
PHOOL::$exists
PHOOL::$logdir
PHOOL::$loglevel
PHOOL::$objname
Constructor
Inherited From ValueObject
ValueObject::ValueObject()
ValueObject::clear()
ValueObject::erase()
ValueObject::get()
ValueObject::get_all()
ValueObject::get_keys()
ValueObject::get_size()
ValueObject::get_type()
ValueObject::has()
ValueObject::set()
ValueObject::set_all()
Inherited From PHOOL
PHOOL::PHOOL()
PHOOL::debug()
PHOOL::error()
PHOOL::get_errors()
PHOOL::handle_error()
PHOOL::has_error()
PHOOL::log_error()
PHOOL::set_debug()
PHOOL::set_logdir()
PHOOL::set_loglevel()
Documentation generated on Tue, 12 May 2009 23:09:41 +0200 by phpDocumentor 1.4.1