what is the difference between plugin and library?
        Posted  
        
            by fayer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fayer
        
        
        
        Published on 2010-05-07T23:51:51Z
        Indexed on 
            2010/05/07
            23:58 UTC
        
        
        Read the original article
        Hit count: 257
        
i wonder what the difference between a library and a plugin is?
if a component creates a database (maybe comes with a .sql file or creates through a method) could it still be a library or is it called a plugin or module?
cause i am creating a address book component and it provides methods to insert and read records in database. i don't know if i should put it in library folder or plugin folder.
please shed a light on this.
thanks
© Stack Overflow or respective owner