Overview

Packages

  • Rdo

Classes

  • Horde_Rdo
  • Horde_Rdo_Base
  • Horde_Rdo_Exception
  • Horde_Rdo_Iterator
  • Horde_Rdo_List
  • Horde_Rdo_Mapper
  • Horde_Rdo_Query
  • Horde_Rdo_Query_Literal
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Rdo

Package: Rdo
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Rdo.php
Constants summary
integer ONE_TO_ONE

One-to-one relationships.

One-to-one relationships.

# 1
integer ONE_TO_MANY

One-to-many relationships (this object has many children).

One-to-many relationships (this object has many children).

# 2
integer MANY_TO_ONE

Many-to-one relationships (this object is one of many children of a single parent).

Many-to-one relationships (this object is one of many children of a single parent).

# 3
integer MANY_TO_MANY

Many-to-many relationships (this object relates to many objects, each of which relate to many objects of this type).

Many-to-many relationships (this object relates to many objects, each of which relate to many objects of this type).

# 4
API documentation generated by ApiGen