phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-developers] Information sharing between modules


From: Brian Johnson
Subject: RE: [Phpgroupware-developers] Information sharing between modules
Date: Thu, 15 Aug 2002 16:57:41 -0400

Good plan - not quite as global as I had hoped, but will work if the other
module maintainer cooperates

Next question:

I'm using the tts admin.php as a model to create one for another module and
am getting errors for undefined functions on read_repository and
save_repository

Any idea where I'm going wrong?




> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Chris Weiss
> Sent: Thursday, August 15, 2002 3:43 PM
> To: address@hidden
> Subject: Re: [Phpgroupware-developers] Information sharing between
> modules
>
>
> 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 mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]