Difference Between Plugin and Module
alexisb
Joined: 2005-11-24
Posts: 56 |
Posted: Fri, 2006-03-03 19:36 |
Hi, I see "class GalleryModule extends GalleryPlugin" in GalleryModule.class. Is there any difference between plugin and module? Why sometimes I see code referring to a plugin and then referring to a module?, are we talking about the same thing? Regards! Alexis Bellido - Ventanazul web solutions |
|
Posts: 378
Themes and Modules are Plugins.
Posts: 56
Right, I just started working in changing a theme and clearly noticed:
class GalleryTheme extends GalleryPlugin
class GalleryModule extends GalleryPlugin
The power of inheritance
Thanks!
Alexis Bellido - Ventanazul web solutions