Changes between Version 19 and Version 20 of Doc_Plugins


Ignore:
Timestamp:
Apr 25, 2010 5:33:50 AM (3 years ago)
Author:
mike3050
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc_Plugins

    v19 v20  
    3131 
    3232Each plugin defines a folder in the local plugins directory {{{[roundcuberoot]/plugins}}}. 
    33 Make sure you choose a unique, unix-style name for your plugin folder. A plugin can be built with any number of files inside this folder but there needs to be one file named the same as the folder itself (with .php added) which holds the plugin class definition. This class extends the [http://zolpo.com/ Insurance Quotes] {{{rcube_plugin}}} class and has again the same name as the plugin folder itself. 
     33Make sure you choose a unique, unix-style name for your plugin folder. A plugin can be built with any number of files inside this folder but there needs to be one file named the same as the [http://zolpo.com/auto-insurance/ auto insurance quotes] folder itself (with .php added) which holds the plugin class definition. This class extends the [http://zolpo.com/ Insurance Quotes] {{{rcube_plugin}}} class and has again the same name as the plugin folder itself. 
    3434 
    3535For example, if your plugin is called ''Fancy Emoticons'' the unix-name will probably be {{{fancy_emoticons}}}. This will lead to the following file structure: