PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #5997

getlinks on multible column keys

Details

Request #5997getlinks on multible column keys
Submitted2005-11-17 13:14 UTC
Fromnikolas dot hagelstein at googlemail dot com
StatusWont fix
PackageDB_DataObject
PHP VersionIrrelevant
OSLinux 2.4.30
Roadmaps(Not assigned)

Comments

[2005-11-17 13:14 UTC] nikolas dot hagelstein at googlemail dot com

Description:
------------
AFAIK it,s not possible to use getLinks() in common with multible column links.

e.g.:

3 DB-tables

--------
|person| Primary key on two colums (id and f_id)
--------
|id |
--------
|f_id |
--------

------
|firm|
------
|id |
------

------
|car | Car belongs to a person which belongs to a firm
------
|p_id|
|----|
|f_id|
------

So getlinks isn't able to fecht a cars corresponding person.