Jump to content

Plugins & Modules?


ignace

Recommended Posts

Hey,

 

I was wondering what are plugins and what are modules, of what i have read modules are something like an application inside your application? Plugins on the other hand are something like extensions, i think?

 

But how do you create plugins and/or modules and make them work well with your application?

 

Greetz,

ignace

Link to comment
https://forums.phpfreaks.com/topic/97507-plugins-modules/
Share on other sites

as with any application when you write it you design it with plugins in-mind, or with a API manual..

as you write the system workout how you want others to add their own code then add that into the system..

 

a plugin is a addon (like an extra encryption or something that the currect system doesn't have)

 

a Module is self-contained component of a system, which has a well-defined interface.

Link to comment
https://forums.phpfreaks.com/topic/97507-plugins-modules/#findComment-499042
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.