You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class ControllerModulePiwik extends Controller
class ModelToolPiwik extends Model
etc.
so when the mod is installed or settings are changed, all the operations are done with the 'extension' GET variable of 'piwik'. This could get in the way of an "official" Piwik module if they ever have one?
Change to be something more specific to this mod.
The text was updated successfully, but these errors were encountered:
Also remember to think about backwards compatibility with previous users, as all the database settings will be stored based on the 'piwik' module name.
The classes used for the mod use the name Piwik;
class ControllerModulePiwik extends Controller
class ModelToolPiwik extends Model
etc.
so when the mod is installed or settings are changed, all the operations are done with the 'extension' GET variable of 'piwik'. This could get in the way of an "official" Piwik module if they ever have one?
Change to be something more specific to this mod.
The text was updated successfully, but these errors were encountered: