Difference Between Plugin and Module

alexisb
alexisb's picture

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

 
Lapinoo
Lapinoo's picture

Joined: 2004-05-08
Posts: 378
Posted: Sat, 2006-03-04 12:53

Themes and Modules are Plugins.

 
alexisb
alexisb's picture

Joined: 2005-11-24
Posts: 56
Posted: Sat, 2006-03-04 15:06

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