[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Information sharing between modules
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-developers] Information sharing between modules |
Date: |
Thu, 15 Aug 2002 19:43:04 +0000 |
I've done this to tts in a way that might work for everything. I added 2
fields, reference_app and reference_id. reference_app i fill in with my
app's name, and reference_id with the record id in my app. this way I can do
joins where reference_app = myapp and reference_id=myid for displaying data
from my app. Would be trivial to have the other app check to see if these
fields are populated before deleting.
Brian Johnson (address@hidden) wrote*:
>
>Is there an established method (even if just a concept) to link information
between
>modules? A standard method would be good since many modules require contact
>information and I couldn't find a current, practical way to do this
>
>I don't mean I can't get info, I mean we need a method to prevent the other
module
>from deleting records that I'm linking to
>
>Currently my only solution seems to be to copy a module I like and add it as
a
>customized module to the module I'm working on. It seems a stupid way to do
it when
>the other module with the information is right there
>
>
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>
- [Phpgroupware-developers] Information sharing between modules, Brian Johnson, 2002/08/15
- Re: [Phpgroupware-developers] Information sharing between modules,
Chris Weiss <=
- Re: [Phpgroupware-developers] Information sharing between modules, Dave Hall, 2002/08/15
- RE: [Phpgroupware-developers] Information sharing between modules, Chris Weiss, 2002/08/15
- Re: [Phpgroupware-developers] Information sharing between modules, Dave Hall, 2002/08/15
- Re: [Phpgroupware-developers] Information sharing between modules, Brian Johnson, 2002/08/16
- Re: [Phpgroupware-developers] Information sharing between modules, Brian Johnson, 2002/08/16
- Re: [Phpgroupware-developers] Information sharing between modules, Dave Hall, 2002/08/16
- Re: [Phpgroupware-developers] Information sharing between modules, Brian Johnson, 2002/08/19
- Re: [Phpgroupware-developers] Information sharing between modules, Dave Hall, 2002/08/19