Home » Database » DB_DataObject » Bug #5997
getlinks on multible column keys
Details
| Request #5997 | getlinks on multible column keys |
|---|---|
| Submitted | 2005-11-17 13:14 UTC |
| From | nikolas dot hagelstein at googlemail dot com |
| Status | Wont fix |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | Linux 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.