Changes between Version 19 and Version 20 of Doc_Plugins
- Timestamp:
- Apr 25, 2010 5:33:50 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc_Plugins
v19 v20 31 31 32 32 Each 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.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 [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. 34 34 35 35 For example, if your plugin is called ''Fancy Emoticons'' the unix-name will probably be {{{fancy_emoticons}}}. This will lead to the following file structure:
