Ticket #24 (new New feature)

Opened 11 months ago

Last modified 1 day ago

Plugins should have easy access to their own configuration file

Reported by: matt Assigned to:
Priority: major Milestone: Stable release
Component: Plugin architecture Version:
Keywords: Cc:

Description

We have to make it easy for plugins to have their own Configuration file, the same way they have their own translation file, etc.

Change History

01/03/08 21:49:04 changed by matt

  • owner changed.
  • component changed from Plugins to Plugin architecture.

01/04/08 01:56:28 changed by matt

  • milestone set to Stable release.

11/20/08 13:16:35 changed by matt

now available via the Option table; better solution than having an option file by plugin. see function Piwik_GetOption($name) and function Piwik_UpdateOption($name, $value, $autoload = 0)

in http://dev.piwik.org/trac/browser/trunk/core/Option.php