Class Horde_Rdo
Package: Rdo
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Rdo.php
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Rdo.php
integer |
ONE_TO_ONE
One-to-one relationships. |
#
1
|
integer |
ONE_TO_MANY
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). |
#
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). |
#
4
|