ignace Posted March 23, 2008 Share Posted March 23, 2008 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 More sharing options...
MadTechie Posted March 23, 2008 Share Posted March 23, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.