1
DMarvelus
module metadata (how to program?)
  • 2005/10/5 5:49

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


say if I wanted to save metadata for a module.

For example, I have a locations module that i want to be able to interact with a mapping module. But the locations module has to know what the available mapping modules are.

So, in order to do that, I would have to save some data on the module... Such as

mapping=1

So, how could i save this data? I guess i would have to do something with xoops_version.php

Also, how (if possible) do i set up notifications to the locations module for when new modules are added?